/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | tls_wolfssl.c | 502 static int tls_passwd_cb(char *buf, int size, int rwflag, void *password) in tls_passwd_cb() argument 506 os_strlcpy(buf, (char *) password, size); in tls_passwd_cb()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 512 // texCoordScale is equal to the size of the source area in texture coordinates. in blitColorBufferWithShader() 1147 mVAOState = new VertexArrayStateGL(defaultVAOState->attributes.size(), in initializeResources() 1148 defaultVAOState->bindings.size()); in initializeResources() 1476 // Valid texcoords are within source texture size in getBlitProgram()
|
/third_party/zlib/contrib/minizip/ |
H A D | unzip.c | 53 Oct-2009 - Mathias Svensson - Fixed problem if uncompressed size was > 4G and compressed size was <4G 54 should only read the compressed/uncompressed size from the Zip64 format if 55 the size from normal header was 0xFFFFFFFF 110 # define ALLOC(size) (malloc(size)) 142 uInt size_local_extrafield;/* size of the local extra field */ 172 ZPOS64_T size_central_dir; /* size of the central directory */ 336 ZPOS64_T uMaxBack=0xffff; /* maximum size of global comment */ in unz64local_SearchCentralDir() 398 ZPOS64_T uMaxBack=0xffff; /* maximum size o in unz64local_SearchCentralDir64() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 829 const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) in CreatePlatformResource() 837 CreatePluginResource(size, position, context); in CreatePlatformResource() 1571 const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) in CreatePluginResource() 1594 platformTaskExecutor.PostTask([weakWeb = AceType::WeakClaim(this), weakRes, size, position] { in CreatePluginResource() 1622 << WEB_PARAM_EQUALS << size.Width() * context->GetViewScale() << WEB_PARAM_AND << NTC_PARAM_HEIGHT in CreatePluginResource() 1623 << WEB_PARAM_EQUALS << size.Height() * context->GetViewScale() << WEB_PARAM_AND << NTC_PARAM_LEFT in CreatePluginResource() 2689 if (str.size() != VISIBLERATIO_LENGTH) { in ratioStrToFloat() 828 CreatePlatformResource( const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) CreatePlatformResource() argument 1570 CreatePluginResource( const Size& size, const Offset& position, const WeakPtr<PipelineContext>& context) CreatePluginResource() argument
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 428 int size; in CallSizeNotPredictableCodeSize() local 430 size = 14; // IILF + IIHF + BASR in CallSizeNotPredictableCodeSize() 432 size = 8; // IILF + BASR in CallSizeNotPredictableCodeSize() 434 return size; in CallSizeNotPredictableCodeSize() 602 void TurboAssembler::PushArray(Register array, Register size, Register scratch, in PushArray() argument 607 ShiftLeftU64(scratch, size, Operand(kSystemPointerSizeLog2)); in PushArray() 619 ShiftLeftU64(scratch, size, Operand(kSystemPointerSizeLog2)); in PushArray() 3123 // Non-clobbering AND pointer size - dst = src1 & src1 in CallRecordWriteStub() 3246 // Non-clobbering OR pointer size - dst = src1 & src1 in CallRecordWriteStub() 3334 // Non-clobbering XOR pointer size in CallRecordWriteStub() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 374 .size .${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key 422 .size .${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key 499 .size .${prefix}_${dir}crypt,.-.${prefix}_${dir}crypt 1259 .size .${prefix}_cbc_encrypt,.-.${prefix}_cbc_encrypt 1912 .size .${prefix}_ctr32_encrypt_blocks,.-.${prefix}_ctr32_encrypt_blocks 2145 .size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt 2401 .size .${prefix}_xts_decrypt,.-.${prefix}_xts_decrypt
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 374 .size .${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key 422 .size .${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key 499 .size .${prefix}_${dir}crypt,.-.${prefix}_${dir}crypt 1259 .size .${prefix}_cbc_encrypt,.-.${prefix}_cbc_encrypt 1912 .size .${prefix}_ctr32_encrypt_blocks,.-.${prefix}_ctr32_encrypt_blocks 2145 .size .${prefix}_xts_encrypt,.-.${prefix}_xts_encrypt 2401 .size .${prefix}_xts_decrypt,.-.${prefix}_xts_decrypt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 2447 // or being able to compute a precise size. in computePointerICmp() 3292 // if the integer type is the same size as the pointer type. in SimplifyICmpInst() 3787 if (ConstOps.size() == I->getNumOperands()) { in SimplifyWithOpReplaced() 4048 if (Ops.size() == 1) in SimplifyGEPInst() 4062 if (Ops.size() == 2) { in SimplifyGEPInst() 4072 // getelementptr P, N -> P if P points to a type of zero size. in SimplifyGEPInst() 4090 // getelementptr V, (sub P, V) -> P if P points to a type of size 1. in SimplifyGEPInst() 4097 // if P points to a type of size 1 << C. in SimplifyGEPInst() 4106 // if P points to a type of size C. in SimplifyGEPInst() 4235 unsigned NumIdxs = Idxs.size(); in SimplifyExtractValueInst() [all...] |
H A D | ValueTracking.cpp | 137 assert(NumExcluded <= Excluded.size()); in Query() 3521 unsigned IdxSkip = Idxs.size(); in BuildSubAggregate() 3596 unsigned size = I->getNumIndices() + idx_range.size(); in FindInsertedValue() local 3599 Idxs.reserve(size); in FindInsertedValue() 3606 assert(Idxs.size() == size in FindInsertedValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelDAGToDAG.cpp | 1026 // The maximum alignment is equal to the memory size being referenced. in SelectAddrMode6() 2001 /// access size performed by a NEON load/store. This means the "[rN]!" form can 2470 llvm_unreachable("bad vector element size in SelectMVE_WB"); in SelectMVE_WB() 2630 llvm_unreachable("bad vector element size"); in SelectMVE_VMLLDAV() 2642 "bad vector element size"); in SelectMVE_VRMLLDAVH() 2663 llvm_unreachable("bad vector element size in SelectMVE_VLD"); in SelectMVE_VLD() 2962 /// Y = sra (X, size(X)-1); xor (add (X, Y), Y) 3503 // Pattern complexity = 6 cost = 1 size = 0 in Select() 3507 // Pattern complexity = 6 cost = 1 size = 0 in Select() 3511 // Pattern complexity = 6 cost = 1 size in Select() [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 2249 size_t size = code->co_nlocalsplus + code->co_stacksize + FRAME_SPECIALS_SIZE; local 2251 _PyInterpreterFrame *new_frame = _PyThreadState_BumpFramePointer(tstate, size); 6117 int start_offset, size; local 6122 scan = parse_varint(scan, &size); 6123 if (start_offset + size > index) { 6369 size_t size = code->co_nlocalsplus + code->co_stacksize + FRAME_SPECIALS_SIZE; local 6371 _PyInterpreterFrame *frame = _PyThreadState_BumpFramePointer(tstate, size);
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTexturesTests.cpp | 685 /* Total number of reference size in basic machine units. */ 5055 /* Query texture size. */ in PrepareReferenceData() 5203 GLsizei size = m_reference_size * s_block_2d_size_x * s_block_2d_size_y; in PrepareCompressedStorage() local 5206 0, size, 0); in PrepareCompressedStorage() local 5227 GLsizei size = m_reference_size * s_block_3d_size * s_block_3d_size * s_block_3d_size; in PrepareCompressedStorage() local 5230 size, 0); in PrepareCompressedStorage() local 6025 * @param [in] size Size of the buffer. 6029 bool CopyTest::CheckData(glw::GLenum target, glw::GLuint size) in CheckData() argument 6035 m_result = new glw::GLubyte[size]; in CheckData() 6045 for (glw::GLuint i = 0; i < size; in CheckData() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 882 Op->RegIdx.Tok.Length = Str.size(); in CreateReg() 1396 int Size = RegList.List->size(); in isRegList16() 1479 Op->Tok.Length = Str.size(); in CreateToken() 1573 assert(Regs.size() > 0 && "Empty list not allowed"); in CreateRegList() 5724 if (ErrorInfo != ~0ULL && ErrorInfo < Operands.size()) { in RefineErrorLoc() 5753 if (ErrorInfo >= Operands.size()) in MatchAndEmitInstruction() 5912 return Error(ErrorStart, "size plus position are not in the range 0 .. 32", in MatchAndEmitInstruction() 5918 return Error(ErrorStart, "size plus position are not in the range 1 .. 63", in MatchAndEmitInstruction() 5924 return Error(ErrorStart, "size plus position are not in the range 33 .. 64", in MatchAndEmitInstruction() 6208 assert(Operands.size() in ParseRegister() [all...] |
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ability_delegator/ |
H A D | ability_delegator_test.cpp | 831 EXPECT_EQ(abilityDelegator.abilityProperties_.size(), ONE); in HWTEST_F() 869 EXPECT_EQ(abilityDelegator.abilityProperties_.size(), ONE); in HWTEST_F() 1819 EXPECT_EQ(commonDelegator_->abilityProperties_.size(), 1); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/checkbox/ |
H A D | checkbox_test_ng.cpp | 293 * @tc.expected: Check the CheckBox frame size and frame offset value in HWTEST_F() 300 // Test the size set by codes. in HWTEST_F() 842 * @tc.expected: Check the CheckBox frame size and frame offset value in HWTEST_F() 848 auto size = checkBoxLayoutAlgorithm->MeasureContent(layoutConstraintSize, &layoutWrapper); in HWTEST_F() local 849 // Test the size set by codes. in HWTEST_F() 850 EXPECT_EQ(size, SizeF(WIDTH.ConvertToPx(), HEIGHT.ConvertToPx())); in HWTEST_F() 987 int count = frameNode->GetOrCreateGestureEventHub()->responseRegion_.size(); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/ |
H A D | mtp_native_test.cpp | 2085 uint32_t size = 0; in HWTEST_F() local 2086 ret = mtpDriver->Read(buffer, size); in HWTEST_F() 2088 mtpDriver->Write(buffer, size); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 1455 if (lifeCycleTaskQueue_.size() == MAX_LIFE_CYCLE_TASK_IN_QUEUE) { in PostLifeCycleTask() 1463 if (lifeCycleTaskQueue_.size() == 1) { in PostLifeCycleTask() 1801 if (parentDialogVec.size() <= 1) { in IsTopDialog() 2433 TLOGI(WmsLogTag::WMS_SCB, "compatible size: [%{public}d, %{public}d, %{public}d, %{public}d]", in SetCompatibleWindowSizeInPc() 2591 oss << " RectCheck err size "; in RectSizeCheckProcess()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 962 and a page size can be as small as 4096 bytes. So we cannot safely 1007 /* The size of the maximum gap between one aligned stack and the next. */ 1010 /* The size of an array large to enough to hold all stacks, each with 4631 /* YYINITDEPTH -- initial size of the parser's stacks. */ 4636 /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only 4665 /* Actual size of YYARG. */ in yypcontext_expected_tokens() 4789 /* Actual size of YYARG. */ 4830 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message 4851 /* Actual size of YYARG. */ 4872 /* Compute error message size 7446 TArraySize size; global() variable 7467 TArraySize size; global() variable 7514 TArraySize size; global() variable 7526 TArraySize size; global() variable [all...] |
/third_party/libcoap/src/ |
H A D | coap_block.c | 149 /* Need to reduce block size */ in setup_block_b() 153 if (avail < 16) { /* bad luck, this is the smallest block size */ in setup_block_b() 158 coap_log_debug("decrease block size for %zu to %d\n", avail, new_blk_size); in setup_block_b() 355 * set initial block size, will be lowered by in coap_add_data_blocked_response() 425 size_t size; in coap_cancel_observe() local 463 if (coap_get_data(&lg_crcv->pdu, &size, &data)) in coap_cancel_observe() 464 coap_add_data_large_request(session, pdu, size, data, NULL, NULL); in coap_cancel_observe() 641 /* Block NUM max 20 bits and block size is "2**(SZX + 4)" in coap_add_data_large_internal() 642 and using SZX max of 6 gives maximum size = 1,073,740,800 in coap_add_data_large_internal() 653 /* Determine the block size t in coap_add_data_large_internal() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_opcodes.py | 224 op_dtype_sizes = {'{}{}'.format(prefix, size) : size for prefix in 'biuf' for size in [64, 32, 24, 16]} 230 # If we can't tell the operand size, default to 32.
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 679 * is set at the maximum size the session ID can be. In SSLv3/TLSv1 it is 32 681 * also an error for the callback to set the size to zero. 1636 __owur char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size); 1970 __owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, 2109 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 679 * is set at the maximum size the session ID can be. In SSLv3/TLSv1 it is 32 681 * also an error for the callback to set the size to zero. 1636 __owur char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size); 1970 __owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, 2109 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 679 * is set at the maximum size the session ID can be. In SSLv3/TLSv1 it is 32 681 * also an error for the callback to set the size to zero. 1636 __owur char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size); 1970 __owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, 2109 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 679 * is set at the maximum size the session ID can be. In SSLv3/TLSv1 it is 32 681 * also an error for the callback to set the size to zero. 1636 __owur char *SSL_get_shared_ciphers(const SSL *s, char *buf, int size); 1970 __owur ossl_ssize_t SSL_sendfile(SSL *s, int fd, off_t offset, size_t size, 2109 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/sha/ |
H A D | sha512-armv8.S | 1038 .size sha512_block_data_order,.-sha512_block_data_order 1084 .size .LK512,.-.LK512 1605 .size sha512_block_armv8,.-sha512_block_armv8
|