Home
last modified time | relevance | path

Searched defs:word (Results 26 - 50 of 282) sorted by relevance

12345678910>>...12

/third_party/spirv-tools/source/
H A Dparsed_operand.cpp36 const uint32_t word = inst.words[operand.offset]; in EmitNumericLiteral() local
43 *out << word; in EmitNumericLiteral() local
/third_party/spirv-tools/test/
H A Dfix_word_test.cpp27 uint32_t word = 0x53780921; in TEST() local
38 uint32_t word = 0x53780921; in TEST() local
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Dtimed_forkbomb.c57 char *word; in main() local
/third_party/ntfs-3g/include/ntfs-3g/
H A Dbitmap.h79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32() argument
90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32() argument
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemchr.c18 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
H A Dstpncpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpncpy() typedef
H A Dstpcpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpcpy() typedef
H A Dstrlcpy.c18 typedef size_t __attribute__((__may_alias__)) word; in strlcpy() typedef
/third_party/musl/src/string/
H A Dmemccpy.c17 typedef size_t __attribute__((__may_alias__)) word; in memccpy() typedef
H A Dmemchr.c18 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
H A Dstrlcpy.c18 typedef size_t __attribute__((__may_alias__)) word; in strlcpy() typedef
H A Dstpcpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpcpy() typedef
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dstpncpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpncpy() typedef
H A Dstpcpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpcpy() typedef
H A Dmemchr.c18 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemchr.c18 typedef size_t __attribute__((__may_alias__)) word; in memchr() typedef
H A Dstpncpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpncpy() typedef
H A Dstpcpy.c13 typedef size_t __attribute__((__may_alias__)) word; in __stpcpy() typedef
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator-inl.h25 void RegExpBytecodeGenerator::Emit16(uint32_t word) { in Emit16() argument
34 void RegExpBytecodeGenerator::Emit8(uint32_t word) { in Emit8() argument
43 void RegExpBytecodeGenerator::Emit32(uint32_t word) { in Emit32() argument
/third_party/python/Include/internal/
H A Dpycore_bitutils.h34 _Py_bswap16(uint16_t word) in _Py_bswap16() argument
49 _Py_bswap32(uint32_t word) in _Py_bswap32() argument
66 _Py_bswap64(uint64_t word) _Py_bswap64() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_literals.cpp44 bool VerifyUpperBits(uint32_t word, uint32_t width, bool signed_int) { in VerifyUpperBits() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_literals.cpp44 bool VerifyUpperBits(uint32_t word, uint32_t width, bool signed_int) { in VerifyUpperBits() argument
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinftrees.h26 } word; /* 16-bit, 8 bytes for 32-bit int's) */ member
/third_party/python/Modules/
H A D_cryptmodule.c37 crypt_crypt_impl(PyObject *module, const char *word, const char *salt) in crypt_crypt_impl() argument
/third_party/python/Modules/clinic/
H A D_cryptmodule.c.h26 const char *word; in crypt_crypt() local
[all...]

Completed in 5 milliseconds

12345678910>>...12