/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256.go | 86 // Field elements are represented as nine, unsigned 32-bit words. 309 // p256ReduceDegree sets out = tmp/R mod p where tmp contains 64-bit words with 329 // tmp contains 64-bit words with the same 29,28,29-bit positions as an 385 // the loop eliminates two words by adding values to words to their 473 // We merge the right shift with a carry chain. The words above 2**257 have [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
cgocall.go | 250 // On arm, stack frame is two words and there's a saved LR between 254 // On arm64, stack frame is four words and there's a saved LR between 258 // On amd64, stack frame is two words, plus caller PC. 266 // On 386, stack frame is three words, plus caller PC. 286 // On mips64x, stack frame is two words and there's a saved LR between 290 // On mipsx, stack frame is two words and there's a saved LR between
|
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256.go | 86 // Field elements are represented as nine, unsigned 32-bit words. 309 // p256ReduceDegree sets out = tmp/R mod p where tmp contains 64-bit words with 329 // tmp contains 64-bit words with the same 29,28,29-bit positions as an 385 // the loop eliminates two words by adding values to words to their 473 // We merge the right shift with a carry chain. The words above 2**257 have [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
cgocall.go | 250 // On arm, stack frame is two words and there's a saved LR between 254 // On arm64, stack frame is four words and there's a saved LR between 258 // On amd64, stack frame is two words, plus caller PC. 266 // On 386, stack frame is three words, plus caller PC. 286 // On mips64x, stack frame is two words and there's a saved LR between 290 // On mipsx, stack frame is two words and there's a saved LR between
|
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tilegx.c | 1337 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local [all...] |
tc-tilepro.c | 1212 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local [all...] |
tc-cr16.c | 36 /* Maximum size of a single instruction (in words). */ 2408 unsigned short words[4]; local [all...] |
tc-microblaze.c | 1032 isize * 2, /* maxm of 2 words. */ 1760 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local [all...] |
tc-nios2.c | 261 LITTLENUM_TYPE words[4]; 278 t = atof_ieee (input_line_pointer, type, words); 286 md_number_to_chars (litP, (valueT) words[i], 2); 289 md_number_to_chars (litP, (valueT) words[i], 2); 260 LITTLENUM_TYPE words[4]; local [all...] |
/external/libunwind/doc/ |
unw_create_addr_space.tex | 143 target. In other words, it is the responsibility of the call-back 162 of the byte-order of the target. In other words, it is the 182 target. In other words, it is the responsibility of the call-back
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
JCommander.java | 1165 String[] words = description.split(" "); local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_ssl.py | 682 words = path.split('/')
683 words = filter(None, words)
685 for word in words:
[all...] |
/external/compiler-rt/ |
Makefile | 158 $(if $(call streq,1,$(words $(Tmp.ArchsToBuild))), \
|
/external/doclava/src/com/google/doclava/ |
Doclava.java | 599 String[] words = line.split("\\s+", 2); local 600 if (words.length == 2) { 601 if (words[1].charAt(0) != '#') { 608 knownTags.add(words[0]); [all...] |
/external/libpcap/msdos/ |
ndis2.h | 455 WORD words[3]; member in union:_HardwareAddress
|
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 380 ; load up 2 dc words here == 2*16 = doubleword 399 ; Predict buffer needs to be expanded from bytes to words
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmscgats.c | 2233 int words = 1, space = 0, quot = 0; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ssl.py | 750 words = path.split('/') 751 words = filter(None, words) 753 for word in words: [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ssl.py | 750 words = path.split('/') 751 words = filter(None, words) 753 for word in words: [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
float.go | 394 m := uint32(len(z.mant)) // present mantissa length in words 423 // cut off extra words 424 n := (z.prec + (_W - 1)) / _W // mantissa length in words for desired precision 426 copy(z.mant, z.mant[m-n:]) // move n last words to front 854 // mantissa space. In other words, if the smallest denormal is 974 // mantissa space. In other words, if the smallest denormal is [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
float.go | 394 m := uint32(len(z.mant)) // present mantissa length in words 423 // cut off extra words 424 n := (z.prec + (_W - 1)) / _W // mantissa length in words for desired precision 426 copy(z.mant, z.mant[m-n:]) // move n last words to front 854 // mantissa space. In other words, if the smallest denormal is 974 // mantissa space. In other words, if the smallest denormal is [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 750 words = path.split('/') 751 words = filter(None, words) 753 for word in words: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 750 words = path.split('/') 751 words = filter(None, words) 753 for word in words: [all...] |
/build/make/tools/fs_config/ |
Android.mk | 53 ifneq ($(words $(TARGET_ANDROID_FILESYSTEM_CONFIG_H)),1)
|
/compatibility/cdd/7_hardware-compatibility/ |
7_7_usb.md | 70 in other words, they MUST either:
|