/prebuilts/go/darwin-x86/src/internal/pprof/profile/ |
legacy_profile.go | 336 // The general format for profilez samples is a sequence of words in 337 // binary format. The first words are a header with the following data:
|
/prebuilts/go/darwin-x86/src/math/big/ |
nat.go | 75 // compute number of words n required to represent x 81 // split x into n words
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
386Ops.go | 379 // arg1 = # of 4-byte words to zero 416 // arg2 = # of 8-byte words to copy
|
/prebuilts/go/linux-x86/src/internal/pprof/profile/ |
legacy_profile.go | 336 // The general format for profilez samples is a sequence of words in 337 // binary format. The first words are a header with the following data:
|
/prebuilts/go/linux-x86/src/math/big/ |
nat.go | 75 // compute number of words n required to represent x 81 // split x into n words
|
/system/sepolicy/ |
Android.mk | 88 ifneq (1, $(words $(BOARD_PLAT_PUBLIC_SEPOLICY_DIR))) 96 ifneq (1, $(words $(BOARD_PLAT_PRIVATE_SEPOLICY_DIR))) [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-nds32.c | 5991 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local [all...] |
tc-arm.c | 1043 within the words. For example, (double) 1.1 in big endian mode is 1053 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local 4854 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local 4985 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local [all...] |
/external/v8/src/arm/ |
simulator-arm.cc | 325 int32_t words; local 327 words = 10; 329 if (!GetValue(argv[next_arg], &words)) { 330 words = 10; 333 end = cur + words; 502 PrintF("stack [<words>]\n"); 503 PrintF(" dump stack content, default dump 10 words)\n"); 504 PrintF("mem <address> [<words>]\n"); 505 PrintF(" dump memory content, default dump 10 words)\n"); [all...] |
/external/v8/src/mips64/ |
simulator-mips64.cc | 455 int64_t words; local 457 words = 10; 459 if (!GetValue(argv[next_arg], &words)) { 460 words = 10; 463 end = cur + words; 665 PrintF("stack [<words>]\n"); 666 PrintF(" dump stack content, default dump 10 words)\n"); 667 PrintF("mem <address> [<words>]\n"); 668 PrintF(" dump memory content, default dump 10 words)\n"); [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
plive.go | 971 // Returns the number of words of local variables. 976 // Returns the number of words of in and out arguments. [all...] |
reflect.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
test.go | 941 // There are many reserved words on Windows that, 948 // For package names containing those words, use test.test.exe 961 // If maintaining the list of bad words is too onerous, [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
plive.go | 971 // Returns the number of words of local variables. 976 // Returns the number of words of in and out arguments. [all...] |
reflect.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
test.go | 941 // There are many reserved words on Windows that, 948 // For package names containing those words, use test.test.exe 961 // If maintaining the list of bad words is too onerous, [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | 342 CHECK_EQ(word_ptr[i], 0U) << "words don't match at index " << i; 488 const uintptr_t* words = reinterpret_cast<uintptr_t*>(r); local 490 CHECK_EQ(words[i], 0U); [all...] |
/build/kati/ |
eval.go | 711 for _, word := range wb.words {
|
/external/libunwind/doc/ |
libunwind.tex | 224 at most one \Prog{libunwind} header file. In other words, the
|
/external/llvm/lib/Support/ |
APInt.cpp | 99 // Calculate the number of words to copy 100 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 101 // Copy the words from bigVal to pVal 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 137 // assume case where both are single words is already handled 210 /// In other words, if y > x then this function returns 1, otherwise 0. 300 // Split x into high and low words 544 // Otherwise, compare all words 755 /// non-overlapping, of Words words, by Shift, which must be less than 64 [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
APInt.cpp | 96 // Calculate the number of words to copy 97 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 98 // Copy the words from bigVal to pVal 99 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 134 // assume case where both are single words is already handled 207 /// In other words, if y > x then this function returns 1, otherwise 0. 297 // Split x into high and low words 551 // Otherwise, compare all words 989 // extract the high 52 bits from the correct words in pVal. 1023 // Copy full words [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
APInt.cpp | 99 // Calculate the number of words to copy 100 unsigned words = std::min<unsigned>(bigVal.size(), getNumWords()); local 101 // Copy the words from bigVal to pVal 102 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE); 137 // assume case where both are single words is already handled 210 /// In other words, if y > x then this function returns 1, otherwise 0. 316 // Split x into high and low words 522 // Otherwise, compare all words 733 /// non-overlapping, of Words words, by Shift, which must be less than 64 [all...] |
/external/syslinux/gpxe/src/drivers/net/e1000/ |
e1000_hw.h | 399 int32_t e1000_read_eeprom(struct e1000_hw *hw, uint16_t reg, uint16_t words, uint16_t *data); 402 int32_t e1000_write_eeprom(struct e1000_hw *hw, uint16_t reg, uint16_t words, uint16_t *data); [all...] |
/prebuilts/go/darwin-x86/src/bufio/ |
scan.go | 21 // lines, bytes, UTF-8-encoded runes, and space-delimited words. The
|
/prebuilts/go/darwin-x86/src/bytes/ |
bytes.go | 477 // Title returns a copy of s with all Unicode letters that begin words
|