/third_party/gn/src/gn/ |
H A D | commands.cc | 169 result.reserve(targets->size()); in ApplyTestonlyFilter() 191 result.reserve(targets->size()); in ApplyTypeFilter() 515 static_cast<int>(dummy_depfile.size())) == -1) { in PrepareForRegeneration() 544 static_cast<int>(build_commands.size())) == in PrepareForRegeneration() 669 filters->reserve(tokens.size()); in FilterPatternsFromString()
|
H A D | scope.cc | 264 if (entries.size() != 0) { in CheckForUnusedVars() 297 if (values_.size() != other->values_.size()) { in CheckCurrentScopeValuesEqual() 613 if (a.size() != b.size()) in RecordMapValuesEqual()
|
/third_party/backends/frontend/ |
H A D | jpegtopdf.c | 303 SANE_Int ret = SANE_ERR, ldata, i, size, w_count; in sane_pdf_end_doc() local 318 size = pwork->obj_num + 1; in sane_pdf_end_doc() 421 len = snprintf( (char*)str, sizeof(str), SANE_PDF_XREF_OBJ1, (int)size ); /* object num */ in sane_pdf_end_doc() 465 if ( w_count != size ) { in sane_pdf_end_doc() 472 (int)size, /* object num */ in sane_pdf_end_doc()
|
/third_party/alsa-lib/src/control/ |
H A D | namehint.c | 716 unsigned size; in snd_device_name_get_hint() local 730 size = delim - hint1 - 4; in snd_device_name_get_hint() 731 res = malloc(size + 1); in snd_device_name_get_hint() 733 memcpy(res, hint1 + 4, size); in snd_device_name_get_hint() 734 res[size] = '\0'; in snd_device_name_get_hint()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-internal-utils_test.cc | 225 // Same size and same signedness: fine too. in TEST() 233 // Same size, different signedness: not fine. in TEST() 239 // Larger size => smaller size is not fine. in TEST() 266 // Smaller size => larger size is fine. in TEST() 271 // Same size: fine. in TEST() 275 // Larger size => smaller size is not fine. in TEST() 281 // have the same size in TEST() [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 331 int contractionIndex = contractionCEs.size(); in getCEsFromContractionCE32() 392 int i = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce); in addUniqueCE() 400 int index = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce); in getMiniCE() 406 miniCEs = new char[uniqueCEs.size()]; in encodeUniqueCEs() 416 for(int i = 0; i < uniqueCEs.size(); ++i) { in encodeUniqueCEs() 525 for(int i = 0; i < uniqueCEs.size(); ++i) { in encodeUniqueCEs()
|
/third_party/icu/icu4c/source/test/iotest/ |
H A D | strtst.c | 10 * tab size: 8 (not used) 311 log_err("u_fstropen returned a UFILE* on a negative buffer size\n", numResult); in TestLocalizedString() 319 size = u_snprintf(0, 0, format, value);\ 322 if (size != written || size != expectedSize || strcmp(cTestResult, expectedStr) != 0) {\ 323 log_err("Unexpected formatting. size=%d expectedSize=%d cTestResult=%s expectedStr=%s\n",\ 324 size, expectedSize, cTestResult, expectedStr);\ 337 int32_t size, written; in TestSnprintf() local
|
/third_party/icu/icu4c/source/common/ |
H A D | ucnvsel.cpp | 192 // 4-align the totalSize to 4-align the size of the serialized form in ucnvsel_open() 261 UCNVSEL_INDEX_TRIE_SIZE, // trie size in bytes 297 // add up the size of the serialized form in ucnvsel_serialize() 422 int32_t size = indexes[UCNVSEL_INDEX_SIZE]; in ucnvsel_swap() local 424 if(length < size) { in ucnvsel_swap() 433 uprv_memcpy(outBytes, inBytes, size); in ucnvsel_swap() 458 U_ASSERT(offset == size); in ucnvsel_swap() 461 return headerSize + size; in ucnvsel_swap()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationFastLatinBuilder.java | 332 int contractionIndex = contractionCEs.size(); in getCEsFromContractionCE32() 393 int i = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce); in addUniqueCE() 401 int index = binarySearch(uniqueCEs.getBuffer(), uniqueCEs.size(), ce); in getMiniCE() 407 miniCEs = new char[uniqueCEs.size()]; in encodeUniqueCEs() 417 for(int i = 0; i < uniqueCEs.size(); ++i) { in encodeUniqueCEs() 526 for(int i = 0; i < uniqueCEs.size(); ++i) { in encodeUniqueCEs()
|
/third_party/libuv/src/unix/ |
H A D | sunos.c | 383 int uv_exepath(char* buffer, size_t* size) { in uv_exepath() argument 387 if (buffer == NULL || size == NULL || *size == 0) in uv_exepath() 392 res = *size - 1; in uv_exepath() 400 *size = res; in uv_exepath()
|
/third_party/libwebsockets/lib/core-net/client/ |
H A D | connect3.c | 31 size_t size = 0; in get_res_size() local 36 ++size; in get_res_size() 38 return size; in get_res_size() 41 struct addrinfo **get_dns_res(struct addrinfo *res, sa_family_t family, size_t totalLength, size_t *size) in get_dns_res() argument 54 *size = index; in get_dns_res()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 218 unsigned long size; /**< Requested physical size (bytes) */ member 330 int count; /**< Number of buffers of this size */ 331 int size; /**< Size in bytes */ member 370 int total; /**< Buffer size */ 402 int request_size; /**< Desired size for buffers */ 539 unsigned long size; /**< In bytes -- will round to page boundary */ member 580 unsigned long size; /**< In bytes -- will round to page boundary */ member 618 /** Returned size of the object */ 619 __u64 size; member [all...] |
/third_party/libdrm/include/drm/ |
H A D | drm.h | 218 unsigned long size; /**< Requested physical size (bytes) */ member 330 int count; /**< Number of buffers of this size */ 331 int size; /**< Size in bytes */ member 370 int total; /**< Buffer size */ 402 int request_size; /**< Desired size for buffers */ 539 unsigned long size; /**< In bytes -- will round to page boundary */ member 580 unsigned long size; /**< In bytes -- will round to page boundary */ member 618 /** Returned size of the object */ 619 __u64 size; member [all...] |
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | isa.py | 39 For a leaf node, the mask should be (1 << size) - 1 255 if 'size' in xml.attrib: 257 self.size = int(xml.attrib['size']) 260 self.size = None 339 return self.size 465 if b.size is not None: 468 self.bitsize = max(self.bitsize, b.size) 513 assert field.get_size() == bs.get_size(), "{}.{}: invalid size: {} vs {}".format(
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
H A D | h264eprc.c | 234 static void enc_ScaleInput(vid_enc_PrivateType * priv, struct pipe_video_buffer **vbuf, unsigned *size) in enc_ScaleInput() argument 237 enc_ScaleInput_common(priv, def, vbuf, size); in enc_ScaleInput() 243 unsigned size = priv->out_port_def_.nBufferSize; in enc_HandleTask() local 248 enc_ScaleInput(priv, &vbuf, &size); in enc_HandleTask() 255 size); in enc_HandleTask() 651 /* TIZ_CLASS_COMMENT: class type, class name, parent, size */ in h264e_prc_class_init() 669 /* TIZ_CLASS_COMMENT: class type, class name, parent, size */ in h264e_prc_init()
|
/third_party/node/src/ |
H A D | node_env_var.cc | 132 isolate, val.data(), NewStringType::kNormal, val.size()); in Get() 243 isolate, val.data(), NewStringType::kNormal, val.size()); in Get() 275 values.reserve(map_.size()); in Enumerate() 279 NewStringType::kNormal, pair.first.size()) in Enumerate() 282 return Array::New(isolate, values.data(), values.size()); in Enumerate()
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 444 size_t size = i2d_SSL_SESSION(session, nullptr); in OnNewSession() 446 if (size > 0 && size < crypto::SecureContext::kMaxSessionSize) { in OnNewSession() 450 ArrayBuffer::NewBackingStore(env_->isolate(), size); in OnNewSession() 453 session_->EmitSessionTicket(Store(std::move(ticket), size)); in OnNewSession() 455 // If size == 0, there's no session ticket data to emit. Let's ignore it in OnNewSession()
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket_server.cc | 145 SPIN_WHILE(contents_.size() < expects.length()); in Expect() 183 static void AllocCallback(uv_handle_t*, size_t size, uv_buf_t* buf) { in AllocCallback() argument 184 *buf = uv_buf_init(new char[size], size); in AllocCallback() 286 SPIN_WHILE(buffer_.size() < expects.length()); in Expect()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvsel.cpp | 192 // 4-align the totalSize to 4-align the size of the serialized form in ucnvsel_open() 261 UCNVSEL_INDEX_TRIE_SIZE, // trie size in bytes 297 // add up the size of the serialized form in ucnvsel_serialize() 422 int32_t size = indexes[UCNVSEL_INDEX_SIZE]; in ucnvsel_swap() local 424 if(length < size) { in ucnvsel_swap() 433 uprv_memcpy(outBytes, inBytes, size); in ucnvsel_swap() 458 U_ASSERT(offset == size); in ucnvsel_swap() 461 return headerSize + size; in ucnvsel_swap()
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/sha/ |
H A D | keccak1600-x86_64.s | 260 .size __KeccakF1600,.-__KeccakF1600 332 .size KeccakF1600,.-KeccakF1600 433 .size SHA3_absorb,.-SHA3_absorb 494 .size SHA3_squeeze,.-SHA3_squeeze 523 .size iotas,.-iotas
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/sha/ |
H A D | keccak1600-x86_64.s | 260 .size __KeccakF1600,.-__KeccakF1600 332 .size KeccakF1600,.-KeccakF1600 433 .size SHA3_absorb,.-SHA3_absorb 494 .size SHA3_squeeze,.-SHA3_squeeze 523 .size iotas,.-iotas
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_meta.c | 61 dxil_blob.size, &err); in dzn_meta_compile_shader() 67 dxil_blob.size); in dzn_meta_compile_shader() 92 size_t size; in dzn_meta_compile_shader() local 93 blob_finish_get_buffer(&dxil_blob, &data, &size); in dzn_meta_compile_shader() 95 slot->BytecodeLength = size; in dzn_meta_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 467 unsigned size, in llvmpipe_clear_buffer() 474 u_box_1d(offset, size, &box); in llvmpipe_clear_buffer() 485 memset(dst, *(uint8_t *)clear_value, size); in llvmpipe_clear_buffer() 488 util_memset32(dst, *(uint32_t *)clear_value, size / 4); in llvmpipe_clear_buffer() 491 for (unsigned i = 0; i < size; i += clear_value_size) in llvmpipe_clear_buffer() 464 llvmpipe_clear_buffer(struct pipe_context *pipe, struct pipe_resource *res, unsigned offset, unsigned size, const void *clear_value, int clear_value_size) llvmpipe_clear_buffer() argument
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/sha/ |
H A D | keccak1600-x86_64.s | 260 .size __KeccakF1600,.-__KeccakF1600 332 .size KeccakF1600,.-KeccakF1600 433 .size SHA3_absorb,.-SHA3_absorb 494 .size SHA3_squeeze,.-SHA3_squeeze 523 .size iotas,.-iotas
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/sha/ |
H A D | keccak1600-x86_64.s | 260 .size __KeccakF1600,.-__KeccakF1600 332 .size KeccakF1600,.-KeccakF1600 433 .size SHA3_absorb,.-SHA3_absorb 494 .size SHA3_squeeze,.-SHA3_squeeze 523 .size iotas,.-iotas
|