Home
last modified time | relevance | path

Searched refs:size (Results 32026 - 32050 of 32275) sorted by relevance

1...<<12811282128312841285128612871288128912901291

/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c1508 /* Each layer's format and size must match to the base layer. */ in _mesa_test_framebuffer_completeness()
5617 "%s(start+size > sample location table size)", name); in sample_locations()
5623 size_t size = MAX_SAMPLE_LOCATION_TABLE_SIZE * 2 * sizeof(GLfloat); in sample_locations() local
5624 fb->SampleLocationTable = malloc(size); in sample_locations()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc494 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
1015 // UBFX cannot extract bits past the register size, however since in VisitWord32And()
1730 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc925 // comparison to consider the size difference of an optimized frame versus in AssembleArchInstruction()
2981 cases.data() + cases.size()); in AssembleArchInstruction()
3314 static_cast<int>(exits->size()) * Deoptimizer::kLazyDeoptExitSize); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc345 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
625 // Ext cannot extract bits past the register size, however since in VisitWord32And()
675 // Dext cannot extract bits past the register size, however since in VisitWord64And()
700 // past word size, so shifts smaller than 32 are covered. in VisitWord64And()
1792 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc378 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
1952 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
2182 // Tries to match the size of the given opcode to that of the operands, if
2195 // TODO(epertoso): we can probably get some size information out phi nodes. in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc370 // (based on load size), see SDM Vol 1, chapter 14.9
472 int slot = frame_->AllocateSpillSlot(rep.size(), rep.alignment()); in VisitStackSlot()
1451 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
1602 // Tries to match the size of the given opcode to that of the operands, if
1606 // TODO(epertoso): we can probably get some size information out of phi nodes. in TryNarrowOpcodeSize()
2652 // issues if not aligned to 16/32 bytes (based on load size), see SDM Vol 1,
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc341 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
609 // Bstrpick_w cannot extract bits past the register size, however since in VisitWord32And()
659 // Bstrpick_d cannot extract bits past the register size, however since in VisitWord64And()
684 // past word size, so shifts smaller than 32 are covered. in VisitWord64And()
1698 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc358 int slot = frame_->AllocateSpillSlot(rep.size(), alignment); in VisitStackSlot()
693 // Dext cannot extract bits past the register size, however since in VisitWord64And()
1732 for (size_t n = 0; n < arguments->size(); ++n) { in EmitPrepareArguments()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c731 /* all render targets must have the same size and the depth buffer must be in update_framebuffer()
1935 const uint16_t active_light[NINE_MAX_LIGHTS_ACTIVE], /* TODO: use pointer that convey size for csmt */ in nine_context_light_enable_stateblock()
2282 * depth buffer size is always >= rt size. Compare to clear region */ in CSMT_ITEM_NO_WAIT()
2543 ARG_VAL(unsigned, size), in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
2552 context->pipe->buffer_subdata(context->pipe, res, usage, offset, size, data); in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c133 LP_CHECK_MEMBER_OFFSET(struct draw_vertex_buffer, size, in create_jit_dvbuffer_type()
837 ir_size = blob.size; in draw_get_ir_cache_key()
1991 * elts buffer, with a different size than what's passed in here). in draw_llvm_generate()
2104 * calculation should be ok, just not for the buffer size calc. in draw_llvm_generate()
2166 lp_build_printf(gallivm, " buffer size = %u, blocksize = %u\n", in draw_llvm_generate()
2195 * beyond index buffer (or rather vsplit elt buffer) size. in draw_llvm_generate()
2213 * would be index >= fetch_elt_max (since this is just size of elts in draw_llvm_generate()
2214 * buffer / element size). in draw_llvm_generate()
/third_party/selinux/libsepol/src/
H A Dpolicydb.c823 return hash & (h->size - 1); in filenametr_hash()
849 (key->target_class << 5)) & (h->size - 1); in rangetr_hash()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c449 wpa_printf(MSG_INFO, "CryptoAPI: Invalid hash size (%u != %d)", in cryptoapi_rsa_priv_enc()
2579 "OpenSSL: RSA modulus size: %d bits", len); in tls_verify_cb()
2585 "Insufficient RSA modulus size", in tls_verify_cb()
3808 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument
3812 os_strlcpy(buf, (const char *) password, size); in tls_passwd_cb()
4244 wpa_printf(MSG_DEBUG, "OpenSSL: keyblock size: key_len=%d MD_size=%d " in openssl_get_keyblock_size()
4290 "OpenSSL: keyblock size: mac_key_len=%d enc_key_len=%d fixed_iv_len=%d", in openssl_get_keyblock_size()
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/sha/
H A Dsha256-mb-x86_64.s2641 .size sha256_multi_block,.-sha256_multi_block
3139 .size sha256_multi_block_shaext,.-sha256_multi_block_shaext
5410 .size sha256_multi_block_avx,.-sha256_multi_block_avx
7833 .size sha256_multi_block_avx2,.-sha256_multi_block_avx2
H A Dsha1-mb-x86_64.s2572 .size sha1_multi_block,.-sha1_multi_block
2951 .size sha1_multi_block_shaext,.-sha1_multi_block_shaext
5043 .size sha1_multi_block_avx,.-sha1_multi_block_avx
7288 .size sha1_multi_block_avx2,.-sha1_multi_block_avx2
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.c171 "nl80211: Could not set nl_socket RX buffer size: %s", in nl80211_register_eloop_read()
8307 size_t size; in nl80211_send_null_frame() local
8317 size = sizeof(nulldata); in nl80211_send_null_frame()
8322 size = sizeof(struct ieee80211_hdr); in nl80211_send_null_frame()
8330 if (wpa_driver_nl80211_send_mlme(bss, (u8 *) &nulldata, size, 0, 0, 0, in nl80211_send_null_frame()

Completed in 200 milliseconds

1...<<12811282128312841285128612871288128912901291