/third_party/backends/backend/ |
H A D | pieusb_scancmd.h | 68 SANE_Int maxScanWidth; /* 10680 flatbed_max_scan_width (& calibration block size) */ 145 /* SANE_Byte size; of remaining data, not useful */ 256 SANE_Int size; /* number of bytes in rest of structure */ member 267 SANE_Int size; /* number of bytes in rest of structure */ member 282 SANE_Int size; /* number of bytes in rest of structure (0x1c=28) */ member 284 SANE_Byte calInfoSize; /* size of individual info structure (=0x06) */ 345 void sanei_pieusb_cmd_get_scanned_lines(SANE_Int device_number, SANE_Byte* data, SANE_Int lines, SANE_Int size, struct Pieusb_Command_Status *status); 360 void sanei_pieusb_cmd_inquiry(SANE_Int device_number, struct Pieusb_Scanner_Properties* inq, SANE_Byte size, struct Pieusb_Command_Status *status);
|
/third_party/benchmark/test/ |
H A D | benchmark_test.cc | 44 std::set<int64_t> ConstructRandomSet(int64_t size) { in ConstructRandomSet() argument 46 for (int i = 0; i < size; ++i) s.insert(s.end(), i); in ConstructRandomSet() 165 int64_t size = state.range(0) / static_cast<int64_t>(sizeof(int)); in BM_ParallelMemset() local 166 int thread_size = static_cast<int>(size) / state.threads(); in BM_ParallelMemset() 171 test_vector = new std::vector<int>(static_cast<size_t>(size)); in BM_ParallelMemset()
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 214 body { font-size: 10pt; font-family: sans-serif } 215 th { font-size: 10pt; border: 0 solid #000080; padding: 5 } 221 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 } 226 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 } 227 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() argument 143 *size = 0; in uv_fs_poll_getpath() 151 if (required_len >= *size) { in uv_fs_poll_getpath() 152 *size = required_len + 1; in uv_fs_poll_getpath() 157 *size = required_len; in uv_fs_poll_getpath()
|
/third_party/libuv/src/unix/ |
H A D | ibmi.c | 405 /* The first loop to get the size of the array to be allocated */ in uv_interface_addresses() 513 size_t size; in uv_setup_args() local 517 size = sizeof(exepath); in uv_setup_args() 518 if (uv__search_path(argv[0], exepath, &size) == 0) { in uv_setup_args() 533 int uv_get_process_title(char* buffer, size_t size) { in uv_get_process_title() argument 534 if (buffer == NULL || size == 0) in uv_get_process_title()
|
/third_party/libcoap/src/oscore/ |
H A D | oscore.c | 346 uint8_t size) { in oscore_generate_nonce() 347 memset(buffer, 0, size); in oscore_generate_nonce() 349 memcpy(&(buffer[((size - 5) - ptr->key_id.length)]), in oscore_generate_nonce() 352 memcpy(&(buffer[size - ptr->partial_iv.length]), in oscore_generate_nonce() 355 for (int i = 0; i < size; i++) { in oscore_generate_nonce() 343 oscore_generate_nonce(cose_encrypt0_t *ptr, oscore_ctx_t *ctx, uint8_t *buffer, uint8_t size) oscore_generate_nonce() argument
|
/third_party/libdrm/nouveau/ |
H A D | abi16.c | 154 .size = ntfy->length, in abi16_ntfy() 279 bo->size = info->size; in abi16_bo_info() 333 info->size = bo->size; in abi16_bo_init()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zExtract.cpp | 143 Z7_COM7F_IMF(CFolderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize))
in Write() argument 148 while (size != 0)
in Write() 152 UInt32 cur = (size < _rem ? size : (UInt32)_rem);
in Write() 167 size -= cur;
in Write() 186 *processedSize += size;
in Write() 356 // for debug: to test zero size stream unpacking
in Extract()
|
/third_party/mbedtls/library/ |
H A D | asn1write.c | 83 const unsigned char *buf, size_t size) in mbedtls_asn1_write_raw_buffer() 87 if (*p < start || (size_t) (*p - start) < size) { in mbedtls_asn1_write_raw_buffer() 91 len = size; in mbedtls_asn1_write_raw_buffer() 340 const unsigned char *buf, size_t size) in mbedtls_asn1_write_octet_string() 345 MBEDTLS_ASN1_CHK_ADD(len, mbedtls_asn1_write_raw_buffer(p, start, buf, size)); in mbedtls_asn1_write_octet_string() 82 mbedtls_asn1_write_raw_buffer(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t size) mbedtls_asn1_write_raw_buffer() argument 339 mbedtls_asn1_write_octet_string(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t size) mbedtls_asn1_write_octet_string() argument
|
/third_party/ltp/pan/ |
H A D | zoolib.c | 162 * same size as the previous entry */ in zoo_mark() 372 int a, size; in cat_args() local 375 for (size = a = 0; a < argc; a++) { in cat_args() 376 size += strlen(argv[a]); in cat_args() 377 size++; in cat_args() 380 if ((cmd = malloc(size)) == NULL) { in cat_args()
|
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | str_agp.h | 70 int size; member 77 int size; member 84 int size; member 91 int size; member 97 int size; member
|
/third_party/node/lib/internal/ |
H A D | blob.js | 109 return [source.size, source[kHandle]]; 188 size: this.size, 223 get size() { 370 size: kEnumerableProperty,
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.h | 87 if (bytes.size() != other.bytes.size()) { in operator <() 88 return bytes.size() < other.bytes.size(); in operator <() 98 return memcmp(bytes.begin(), other.bytes.begin(), bytes.size()) < 0; in operator <() 279 // which will be page size aligned. The size of the initial memory 326 // Sample the code size of the given {NativeModule} in all isolates that have
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_server_table.py | 198 size = func.command_fixed_length() 201 size += 4 203 size = ((size + 3) & ~3) 215 temp = [op, "__glXDisp_%s" % (func_name), "__glXDispSwap_%s" % (func_name), size, size_name] 275 # the groups are a preset minimum size. If all the children
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_cs.c | 79 size_t size) in vn_cs_encoder_add_buffer() 92 enc->end = base + size; in vn_cs_encoder_add_buffer() 225 vn_cs_encoder_reserve_internal(struct vn_cs_encoder *enc, size_t size) in vn_cs_encoder_reserve_internal() argument 243 * (i.e., offset != 0), do not double the size in vn_cs_encoder_reserve_internal() 245 * TODO better strategy to grow buffer size in vn_cs_encoder_reserve_internal() 250 buf_size = next_buffer_size(0, enc->current_buffer_size, size); in vn_cs_encoder_reserve_internal() 255 /* double the size */ in vn_cs_encoder_reserve_internal() 257 enc->min_buffer_size, size); in vn_cs_encoder_reserve_internal() 75 vn_cs_encoder_add_buffer(struct vn_cs_encoder *enc, struct vn_renderer_shmem *shmem, size_t offset, void *base, size_t size) vn_cs_encoder_add_buffer() argument
|
/third_party/icu/icu4c/source/test/perf/perldriver/ |
H A D | Output.pm | 214 body { font-size: 10pt; font-family: sans-serif } 215 th { font-size: 10pt; border: 0 solid #000080; padding: 5 } 221 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 } 226 td.error { font-size: 75%; border-right-width: 1; border-bottom-width: 1 } 227 td.errorLarge { font-size: 75%; color: #FF0000; font-weight: bold; border-right-width: 1;
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_host.c | 128 uint64_t baseaddr, size_t size, unsigned int flags) in tst_kvm_alloc_memory() 142 size = LTP_ALIGN(size + offset, pagesize); in tst_kvm_alloc_memory() 143 ret = tst_alloc(size); in tst_kvm_alloc_memory() 146 memslot.memory_size = size; in tst_kvm_alloc_memory() 201 tst_res(TWARN, "RAM size increased to %zu bytes", ram_size); in tst_kvm_create_instance() 206 tst_res(TWARN, "RAM size truncated to %zu bytes", ram_size); in tst_kvm_create_instance() 127 tst_kvm_alloc_memory(struct tst_kvm_instance *inst, unsigned int slot, uint64_t baseaddr, size_t size, unsigned int flags) tst_kvm_alloc_memory() argument
|
/third_party/littlefs/scripts/ |
H A D | explode_asserts.py | 42 static void __{prefix}_assert_print_{type}({ctype} v, size_t size) {{ 43 (void)size; 64 static void __{prefix}_assert_print_{type}({ctype} v, size_t size) {{ 65 (void)size; 86 static void __{prefix}_assert_print_{type}({ctype} v, size_t size) {{ 89 for (size_t i = 0; i < size && i < {maxwidth}; i++) {{ 96 if (size > {maxwidth}) {{ 103 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh, size) 107 if (!(memcmp(_lh, _rh, size) {op} 0)) {{ 109 _lh, size, _r [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | shortnumberinfo.cc | 182 if (region_codes.size() > 1 && region_code != RegionCode::GetUnknown()) { in IsValidShortNumber() 239 if (region_codes.size() == 0) { in GetExpectedCost() 242 if (region_codes.size() == 1) { in GetExpectedCost() 274 if (region_codes.size() == 0) { in GetRegionCodeForShortNumberFromRegionList() 277 } else if (region_codes.size() == 1) { in GetRegionCodeForShortNumberFromRegionList()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | cse.c | 42 hash = (insn->opcode << 3) + (insn->size >> 3); in cse_collect() 251 // test and the hashing of the original size in in insn_compare() 263 if (i1->size != i2->size) in insn_compare() 264 return i1->size < i2->size ? -1 : 1; in insn_compare()
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.h | 44 int size; member 63 inline void PushRegularObject(HeapObject object, int size); 64 inline void PushLargeObject(HeapObject object, Map map, int size); 139 int size, 187 void IterateAndScavengePromotedObject(HeapObject target, Map map, int size);
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | mksnapshot.cc | 136 size_t size = ftell(file); in GetExtraCode() local 138 char* chars = new char[size + 1]; in GetExtraCode() 139 chars[size] = '\0'; in GetExtraCode() 140 for (size_t i = 0; i < size;) { in GetExtraCode() 141 size_t read = fread(&chars[i], 1, size - i, file); in GetExtraCode()
|
/third_party/mesa3d/src/util/ |
H A D | sparse_array.c | 100 size_t size; in _util_sparse_array_node_alloc() local 102 size = arr->elem_size << arr->node_size_log2; in _util_sparse_array_node_alloc() 104 size = sizeof(uintptr_t) << arr->node_size_log2; in _util_sparse_array_node_alloc() 107 void *data = os_malloc_aligned(size, NODE_ALLOC_ALIGN); in _util_sparse_array_node_alloc() 108 memset(data, 0, size); in _util_sparse_array_node_alloc()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_image.c | 147 cfg.size = image->pimage.data.bo->size - offset; in CreateImageView() 192 unsigned size = panvk_buffer_range(buffer, pCreateInfo->offset, in CreateBufferView() local 195 view->elems = size / blksz; in CreateBufferView() 228 cfg.size = view->elems * blksz; in CreateBufferView()
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_attr_get.c | 45 size_t size = 0; in pthread_attr_getguardsize_0100() local 48 int rev = pthread_attr_getguardsize(&attr, &size); in pthread_attr_getguardsize_0100() 382 * @tc.desc : Get stack size attribute in thread attributes object 387 size_t size; in pthread_attr_getstacksize_0100() local 394 ret = pthread_attr_getstacksize(&attr, &size); in pthread_attr_getstacksize_0100() 396 EXPECT_EQ("pthread_attr_getstacksize_0100", size, TEST_STACK_SIZE); in pthread_attr_getstacksize_0100()
|