Home
last modified time | relevance | path

Searched +defs:val +defs:chunks (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/mesa3d/src/nouveau/compiler/bitview/
H A Dlib.rs47 let val = val as $ty; localVariable
67 let chunks = (c0_start + range.len()).div_ceil(bits); localVariable
69 let mut val = 0_u64; localVariable
93 let chunks = (c0_start + range.len()).div_ceil(bits); localVariable
318 let val = val as u64; in set_field() localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultinomialKernel.cu55 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
108 scalar_t val) { in binarySearchForMultinomial()
213 scalar_t val; in C10_LAUNCH_BOUNDS_1() local
250 int chunks = (categories + (int)blockDim.x - 1) / blockDim.x; in C10_LAUNCH_BOUNDS_1() local
267 accscalar_t val = accZero; in C10_LAUNCH_BOUNDS_1() local
/aosp_15_r20/external/curl/tests/http/testenv/mod_curltest/
H A Dmod_curltest.c207 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_echo_handler() local
330 int i, chunks = 3, error_bucket = 1; in curltest_tweak_handler() local
353 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_tweak_handler() local
555 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_put_handler() local
758 char *s, *val, *arg = APR_ARRAY_IDX(args, i, char *); in curltest_sslinfo_handler() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Drdrand.rs23 let mut val = 0; in rdrand() localVariable
108 let mut chunks = dest.chunks_exact_mut(size_of::<usize>()); in rdrand_exact() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Drdrand.rs23 let mut val = 0; in rdrand() localVariable
108 let mut chunks = dest.chunks_exact_mut(size_of::<usize>()); in rdrand_exact() localVariable
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dcanonicalize_graph_fuser_ops.cpp10 Value* val; member
76 const auto chunks = it->get<int64_t>(attr::chunks).value(); in CanonicalizeOps() local
/aosp_15_r20/external/python/cpython2/Modules/
D_json.c449 PyObject *chunks = PyList_New(0); in scanstring_str() local
622 PyObject *chunks = PyList_New(0); in scanstring_unicode() local
896 PyObject *val = NULL; in _parse_object_str() local
1023 PyObject *val = NULL; in _parse_object_unicode() local
1146 PyObject *val = NULL; in _parse_array_str() local
1213 PyObject *val = NULL; in _parse_array_unicode() local
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dtrace_event_unittest.cc762 int val; in ValidateAllTraceMacrosCreatedData() local
774 int val; in ValidateAllTraceMacrosCreatedData() local
786 int val; in ValidateAllTraceMacrosCreatedData() local
811 int val; in ValidateAllTraceMacrosCreatedData() local
2587 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
2648 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
2676 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dgenerate_feature_test_macro_components.py1454 def chunks(l, n): function
1465 def indent_to(s, val): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops_fulljit.cpp92 int64_t chunks = node->i(attr::chunks); in __anon1bf66a480b02() local
137 int64_t chunks = node->i(attr::chunks); in __anon1bf66a480e02() local
343 auto val = pop(stack).toInt(); in __anon1bf66a482002() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorUtils.cpp46 auto val = sizes_ptr[ii * sizes_size_1 + jj]; in NestedTensor_get_max_size_from_size_tensor() local
69 std::vector<Tensor> chunk_nested_tensor(const Tensor& self, int64_t chunks, int64_t dim) { in chunk_nested_tensor()
/aosp_15_r20/external/python/cpython2/Modules/_io/
Dbufferedio.c457 PyObject *res = NULL, *exc = NULL, *val, *tb; in buffered_close() local
721 PyObject *typ, *val, *tb; in _PyIO_trap_eintr() local
933 PyObject *chunks = NULL; in _buffered_readline() local
1345 PyObject *chunks = PyList_New(0); in _bufferedreader_read_all() local
2192 PyObject *exc = NULL, *val, *tb; in bufferedrwpair_close() local
Diobase.c180 PyObject *res, *exc, *val, *tb; in iobase_close() local
846 PyObject *chunks = PyList_New(0); in rawiobase_readall() local
Dtextio.c1498 PyObject *result = NULL, *chunks = NULL; in textiowrapper_read() local
1700 PyObject *line = NULL, *chunks = NULL, *remaining = NULL; in _textiowrapper_readline() local
2480 PyObject *exc = NULL, *val, *tb; in textiowrapper_close() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/fuser/
H A Dcompiler.cpp112 const Value* val = queue.back(); in getInputDependencies() local
239 int64_t chunks = chunk->i(attr::chunks); in compileKernel() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbufferedio.c473 PyObject *res = NULL, *exc = NULL, *val, *tb; in buffered_close() local
752 PyObject *typ, *val, *tb; in _PyIO_trap_eintr() local
1060 PyObject *chunks = NULL; in _buffered_readline() local
1513 PyObject *res = NULL, *data = NULL, *tmp = NULL, *chunks = NULL, *readall; in _bufferedreader_read_all() local
2218 PyObject *exc = NULL, *val, *tb; in bufferedrwpair_close() local
Diobase.c223 PyObject *res, *exc, *val, *tb; in _io__IOBase_close_impl() local
952 PyObject *chunks = PyList_New(0); in _io__RawIOBase_readall_impl() local
Dtextio.c1901 PyObject *result = NULL, *chunks = NULL; in _io_TextIOWrapper_read_impl() local
2110 PyObject *line = NULL, *chunks = NULL, *remaining = NULL; in _textiowrapper_readline() local
3035 PyObject *exc = NULL, *val, *tb; in _io_TextIOWrapper_close_impl() local
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dmessage.cc280 const FieldDescriptor* val = descriptor->map_value(); in CollectMapInfo() local
364 std::vector<std::vector<const FieldDescriptor*>> chunks; in CollectFields() local
408 const std::vector<std::vector<const FieldDescriptor*>>& chunks, in ColdChunkSkipper()
3045 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateClear() local
3433 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateClassSpecificMergeImpl() local
4222 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateByteSize() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmessage.cc280 const FieldDescriptor* val = descriptor->map_value(); in CollectMapInfo() local
364 std::vector<std::vector<const FieldDescriptor*>> chunks; in CollectFields() local
408 const std::vector<std::vector<const FieldDescriptor*>>& chunks, in ColdChunkSkipper()
3045 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateClear() local
3433 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateClassSpecificMergeImpl() local
4222 std::vector<std::vector<const FieldDescriptor*>> chunks = CollectFields( in GenerateByteSize() local
/aosp_15_r20/external/rust/android-crates-io/crates/fastrand/src/
Dlib.rs534 let mut chunks = slice.chunks_exact_mut(core::mem::size_of::<u64>()); in fill() localVariable
685 let mut val = self.u32(0..=range) + low as u32; in char() localVariable
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtrace_event_unittest.cc1546 std::string val("val"); in TEST_F() local
2105 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
2166 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
2194 std::unique_ptr<TraceBufferChunk* []> chunks( in TEST_F() local
/aosp_15_r20/external/libpng/contrib/tools/
H A Dpngcp.c660 png_textp chunks = NULL; in text_stash() local
942 int val = dp->value[opt]; in next_opt() local
1376 int i = 0, negate = (strncmp(arg+2, "no-", 3) == 0), val; in opt_check() local
1942 int val; in search_compression() local
1953 int val; in set_compression() local
1965 int val; in set_ICC_profile_compression() local
1985 int val; in set_text_compression() local
2055 int val; in write_png() local
2078 int val; in write_png() local
2088 int val; in write_png() local
[all …]
/aosp_15_r20/device/google/contexthub/firmware/os/core/
DnanohubCommand.c123 static inline uint64_t unaligned_u64(uint64_t *val) { in unaligned_u64()
129 static inline uint32_t unaligned_u32(uint32_t *val) { in unaligned_u32()
1438 static bool copyTLV64(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint64_t val) in copyTLV64()
1449 static bool copyTLV32(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint32_t val) in copyTLV32()
1460 static bool copyTLV8(uint8_t *buf, size_t *offset, size_t max_len, uint8_t tag, uint8_t val) in copyTLV8()
1659 int free, chunks, largest; in halSysInfo() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/operators/
H A Dmisc.cpp164 auto val = intValue(dim.node()); in getTensorInfo() local
331 int64_t chunks = std::get<int64_t>(inputs[3]); in computeChunk() local

12345678910>>...17