/third_party/openGLES/xml/ |
H A D | readme.tex | 167 A \tag{registry} contains the entire definition of one or more related 183 Usually only one tag is used. 190 languages other than C. Usually only one tag is used. 194 commands (functions). Usually only one tag is used. 199 extension interfaces. Usually only one tag is used, wrapping many 544 \item \tag{alias} has one attribute, \attr{name}, containing a string which is the 551 \item \tag{vecequiv} has one attribute, \attr{name}, containing a string which is
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | entry.S | 188 _bnei a2, 1, 1f # only one valid frame? 190 /* Only one valid frame, skip saving regs. */ 204 and a3, a3, a2 # max. only one bit is set 660 * If this bit is zero, all other bits except the one for the 666 * The result is zero only if one bit was set. 1254 _beqz a3, .Lnospill # only one active frame? jump 1279 /* WB is now just one frame below the oldest frame in the register 1281 and WS differ by one 4-register frame. */ 1456 slli a3, a3, 1 # shift left by one 1722 /* Check if excvaddr was in one o [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 1408 u64 one[ECC_MAX_DIGITS] = { 1, }; in __ecc_is_key_valid() local 1418 if (vli_cmp(one, private_key, ndigits) != -1) in __ecc_is_key_valid() 1420 vli_sub(res, curve->n, one, ndigits); in __ecc_is_key_valid() 1421 vli_sub(res, res, one, ndigits); in __ecc_is_key_valid()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 28 | first one is measured when the function is invoked the first time 30 | second one is measured when the function is reinvoked at the same 53 | Notes: This will always generate one exception -- inexact. 168 | one can argue that the inexact flag should always be
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 28 | first one is measured when the function is invoked the first time 30 | second one is measured when the function is reinvoked at the same 53 | Notes: This will always generate one exception -- inexact. 168 | one can argue that the inexact flag should always be
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 301 int i, err, one = 1; in sockmap_init_sockets() local 319 (char *)&one, sizeof(one)); in sockmap_init_sockets() 328 err = ioctl(*fds[i], FIONBIO, (char *)&one); in sockmap_init_sockets()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecc.c | 1422 u64 one[ECC_MAX_DIGITS] = { 1, }; in __ecc_is_key_valid() local 1432 if (vli_cmp(one, private_key, ndigits) != -1) in __ecc_is_key_valid() 1434 vli_sub(res, curve->n, one, ndigits); in __ecc_is_key_valid() 1435 vli_sub(res, res, one, ndigits); in __ecc_is_key_valid()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-lock.c | 172 /* build simple key function one is bigger than two */ 174 static int lock_stat_key_ ## member(struct lock_stat *one, \ 177 return one->member > two->member; \ 186 static int lock_stat_key_wait_time_min(struct lock_stat *one, in lock_stat_key_wait_time_min() argument 189 u64 s1 = one->wait_time_min; in lock_stat_key_wait_time_min() 1191 * ignore the second one. in report_lock_contention_begin_event()
|
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/ |
H A D | iommufd.c | 873 * the fork, so this copies from one domain to another. in TEST_F() 908 uint64_t one = 1; in TEST_F() local 913 if (write(efd, &one, sizeof(one)) != sizeof(one)) in TEST_F() 1170 /* Simple one page map */ in TEST_F() 1346 /* Now replace the ioas with a new one */ in TEST_F()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 301 int i, err, one = 1; in sockmap_init_sockets() local 319 (char *)&one, sizeof(one)); in sockmap_init_sockets() 328 err = ioctl(*fds[i], FIONBIO, (char *)&one); in sockmap_init_sockets()
|
/third_party/backends/backend/ |
H A D | hp-scl.c | 926 {size_t one = 1; in hp_scsi_read_slow() local 930 read_cmd[4] = 1; /* Read one byte */ in hp_scsi_read_slow() 933 next_dest, &one); in hp_scsi_read_slow() 934 if ((status != SANE_STATUS_GOOD) || (one != 1)) in hp_scsi_read_slow() 937 (int)(next_dest-start_dest), sane_strstatus(status), (int)one); in hp_scsi_read_slow()
|
/third_party/node/deps/v8/src/objects/ |
H A D | string-inl.h | 488 bool String::Equals(Isolate* isolate, Handle<String> one, Handle<String> two) { in Equals() argument 489 if (one.is_identical_to(two)) return true; in Equals() 490 if (one->IsInternalizedString() && two->IsInternalizedString()) { in Equals() 493 return SlowEquals(isolate, one, two); in Equals()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 27 # get processing one byte in 4.1 cycles with 128-bit key on SPARC64 X. 867 my $one = "%f14"; 891 ldd [%o7 + 128], $one 969 fpadd32 $ctr1, $one, $ctr1 ! increment counter 1071 fpadd32 $ctr1, $one, $ctr1 ! increment counter 1135 # so that one can compile the module without having to specify VIS
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesfx-sparcv9.pl | 27 # get processing one byte in 4.1 cycles with 128-bit key on SPARC64 X. 867 my $one = "%f14"; 891 ldd [%o7 + 128], $one 969 fpadd32 $ctr1, $one, $ctr1 ! increment counter 1071 fpadd32 $ctr1, $one, $ctr1 ! increment counter 1135 # so that one can compile the module without having to specify VIS
|
/third_party/skia/tests/ |
H A D | PathOpsBuilderConicTest.cpp | 440 SkPath one(path); in DEF_TEST() 451 Op(one, two, kUnion_SkPathOp, &result); in DEF_TEST() 482 SkPath one(path); in DEF_TEST() 493 Op(one, two, kUnion_SkPathOp, &result); in DEF_TEST()
|
/third_party/tzdata/ |
H A D | localtime.c | 186 ** ctime, gmtime, localtime] return values in one of two static 237 int_fast32_t one = 1; in detzcode() local 238 int_fast32_t halfmaxval = one << (32 - 2); in detzcode() 260 int_fast64_t one = 1; in detzcode64() local 261 int_fast64_t halfmaxval = one << (64 - 2); in detzcode64() 587 correction must differ from the previous one's by 1 in tzloadbody() 1316 ** POSIX.1-2017 provides for only one in tzparse() 2214 ** We're supposed to assume that somebody took a time of one type in time1()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | keyofAndIndexedAccess.js | 395 declare function one<T>(handler: (t: T) => void): T 396 var empty = one(() => {}) // inferred as {}, expected 971 var empty = one(function () { }); // inferred as {}, expected
1268 declare function one<T>(handler: (t: T) => void): T;
|
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
H A D | JsonFormatTest.java | 379 BigInteger one = new BigInteger("1"); in testParserRejectOutOfRangeNumericValues() 384 assertRejects("optionalInt64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues() 385 assertRejects("optionalInt64", minLong.subtract(one).toString()); in testParserRejectOutOfRangeNumericValues() 387 assertAccepts("optionalUint64", maxLong.add(one).toString()); in testParserRejectOutOfRangeNumericValues() 494 // one if multiple entries have the same name. This is not the desired behavior but it can in testParserRejectDuplicatedFields() 1211 // implement one by ourselves. in testParserRejectTrailingComma()
|
/third_party/python/Modules/ |
H A D | _collectionsmodule.c | 33 * other data elements besides the one being appended or popped. 38 * Textbook implementations of doubly-linked lists store one datum 40 * next link for each datum) and it costs one malloc() call per data 750 Conceptually, a rotate by one is equivalent to a pop on one side and an 753 in memory. It is better to just move the object pointer from one block 760 non-overlapping, that moving just one pointer is a common case, that we 761 never need to move more than BLOCKLEN pointers, and that at least one 1457 /* We reached the end of one deque or both */ in deque_richcompare() 1466 case Py_NE: cmp = x != y; break; /* if one dequ in deque_richcompare() 2296 PyObject *one = _PyLong_GetOne(); // borrowed reference _collections__count_elements_impl() local [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 51 % Sometimes one run after texindex suffices, and sometimes you need more 265 % We dump everything together because we only have one kind of mark. 275 % marks for the sectioning macros, one before the section break, and 276 % one after. I won't pretend I can describe this better than DEK... 526 % used to check whether the current environment is the one expected. 632 % @group ... @end group forces ... to be all on one page, by enclosing 710 % If the @need value is less than one line space, it's useless. 803 \def\lefttext{#1}% have only one text 1392 % of @url. for now, just make @/ a no-op, that's the only one 2107 % Each font-changing command also sets the names \lsize (one siz [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 556 // Remove elements one by one and check in TEST() 719 const int one = 1; in TestDecompose() local 747 set1.insert(one); in TestDecompose() 757 set1.insert(set1.begin(), one); in TestDecompose() 767 set1.emplace(one); in TestDecompose() 780 set1.emplace_hint(set1.begin(), one); in TestDecompose() 795 // Expect exactly one copy-constructor call for each element if no in TestDecompose() 892 // Remove elements from all groups except the first and the last one. in TEST() 908 // Insert and erase one elemen in TEST() [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | OutputSPIRV.cpp | 1347 // together with the zero or one constants necessary used to create the columns (with in createConstructor() 1886 // Cast the whole vector parameter in one go. in extractComponents() 1892 // For vector parameters, take components out of the vector one by one. in extractComponents() 1913 // For matrix parameters, take components out of the matrix one by one in column-major in extractComponents() 1955 // Two blocks necessary, one for the |if| block, and one for the merge block. in startShortCircuit() 2160 // The access chain must only include the base id + one literal field index. in visitArrayLength() 2910 const spirv::IdRef one in visitOperator() local 3025 const spirv::IdRef one = mBuilder.getFloatConstant(1); visitOperator() local 4205 spirv::IdRef one; castBasicType() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SamplerCore.cpp | 57 // Determine if we can skip the LOD computation. This is the case when the mipmap has only one level, except for LOD query, in sampleTexture() 2303 // Therefore we can't just compute one texel's location and find the other ones at +1 offsets from it. in address() 2337 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2338 coord = Min(Max(coord, Float4(0.0f)), one); in address() 2344 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2346 coord = one - Abs(two * Frac(coord * half) - one); in address() 2352 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2354 coord = one - Abs(two * Frac(Min(Max(coord, -one), tw in address() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SamplerCore.cpp | 2386 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2387 coord = Min(Max(coord, Float4(0.0f)), one); in address() 2393 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2395 coord = one - Abs(two * Frac(coord * half) - one); in address() 2401 Float4 one = As<Float4>(Int4(oneBits)); in address() local 2403 coord = one - Abs(two * Frac(Min(Max(coord, -one), two) * half) - one); in address()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1781 // components and convert each one manually. in writeConstructorCompoundCast() 2305 SpvId one = this->writeLiteral(1.0, type); in writeReciprocal() local 2307 this->writeInstruction(SpvOpFDiv, this->getType(type), reciprocal, one, value, out); in writeReciprocal() 2820 SpvId one = this->writeLiteral(1.0, type); in writePrefixExpression() local 2821 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one, in writePrefixExpression() 2829 SpvId one = this->writeLiteral(1.0, type); in writePrefixExpression() local 2830 SpvId result = this->writeBinaryOperation(type, type, lv->load(out), one, SpvOpFSub, in writePrefixExpression() 2858 SpvId one = this->writeLiteral(1.0, type); in writePostfixExpression() local 2861 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFAdd, in writePostfixExpression() 2867 SpvId temp = this->writeBinaryOperation(type, type, result, one, SpvOpFSu in writePostfixExpression() [all...] |