| /external/valgrind/VEX/priv/ |
| guest_ppc_toIR.c | 302 /*--- Extract instruction fields --- */ 305 /* Extract field from insn, given idx (zero = lsb) and field length */ 308 /* Extract primary opcode, instr[31:26] */ 313 /* Extract 10-bit secondary opcode, instr[10:1] */ 318 /* Extract 9-bit secondary opcode, instr[9:1] */ 323 /* Extract 8-bit secondary opcode, instr[8:1] */ 328 /* Extract 5-bit secondary opcode, instr[5:1] */ 333 /* Extract 2-bit secondary opcode, instr[1:0] */ 338 /* Extract RD (destination register) field, instr[25:21] */ 343 /* Extract XT (destination register) field, instr[0,25:21] * [all...] |
| /toolchain/binutils/binutils-2.27/ld/testsuite/ |
| ChangeLog-2007 | 981 * ld-elf/extract-symbol-1.ld (data): Explicitly set the start address 986 * ld-elf/extract-symbol-1sec.d: xfail hppa. 987 * ld-elf/extract-symbol-1sym.d: xfail hppa. [all...] |
| /toolchain/binutils/binutils-2.27/opcodes/ |
| ChangeLog-0001 | 101 (print_insn_powerpc): Pass dialect to operand->extract. [all...] |
| /development/vndk/tools/definition-tool/ |
| vndk_definition_tool.py | 491 # Extract zero-terminated buffer slice. 493 """Extract a zero-terminated buffer slice from the given offset""" 499 # Extract c-style interned string from the buffer. 502 """Extract a c-style string from the given buffer and offset""" 507 """Extract a c-style string from the given buffer and offset""" 896 # Extract the string [all...] |
| /toolchain/binutils/binutils-2.27/cpu/ |
| mep-core.cpu | 371 (extract (set (ifield f-csrn) 386 (extract (set (ifield f-crnx) 460 (extract (set (ifield f-24s5a2n) 480 (extract (set (ifield f-24u5a2n) 550 (extract (set (ifield f-24u8a4n) 566 (extract (set (ifield f-24u8n) 582 (extract (set (ifield f-24u4n) 598 (extract (set (ifield f-callnum) 616 (extract (set (ifield f-ccrn) [all...] |
| /device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/ |
| EfiFileLib.c | 330 Internal work function to extract a device number from a string skipping
331 text. Easy way to extract numbers from strings like blk7:.
333 @param Str String to extract device number form
[all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ |
| BootMaintenance.c | 369 Extract filename from device path. The returned buffer is allocated using AllocateCopyPool.
412 Extract device path for given HII handle and class guid.
635 This function allows a caller to extract the current configuration for one
[all...] |
| /external/ImageMagick/MagickCore/ |
| constitute.c | 687 if ((read_info->extract != (char *) NULL) && 693 flags=ParseAbsoluteGeometry(read_info->extract,&geometry); 712 flags=ParseRegionGeometry(next,read_info->extract,&geometry, [all...] |
| /external/ImageMagick/MagickWand/ |
| montage.c | 136 " transparent, extract, background, or shape", 158 "-extract geometry extract area from image", [all...] |
| /external/aac/libAACdec/src/ |
| aacdec_drc.cpp | 670 * Extract DRC payload from bitstream and map it to channels. 708 /* Extract payload */ 725 /* Extract payload */ [all...] |
| /external/curl/packages/vms/ |
| build_vms.com | 212 $ delim = f$extract(orig_def_len - 1, 1, orig_def) 237 $ version_patch = f$extract(1, f$length(node_swvers), node_swvers) 445 $ arg = f$extract(args_loc + 1, args_lower_len, args_lower) [all...] |
| /external/elfutils/src/ |
| ar.c | 1 /* Create, modify, and extract from archives. 76 { NULL, 'x', NULL, 0, N_("Extract files from archive."), 0 }, 99 static const char doc[] = N_("Create, modify, and extract from archives."); [all...] |
| /external/icu/icu4c/source/common/ |
| messagepattern.cpp | [all...] |
| /external/icu/icu4c/source/i18n/ |
| rbnf.cpp | 594 int32_t len = msg.extract(0, msg.length(), buf, 128); 632 info.extract(p, len, status); 1046 name.extract(0, name.length(), bp, cap, UnicodeString::kInvariant); [all...] |
| timezone.cpp | 254 ruleid.extract(0, sizeof(key)-1, key, (int32_t)sizeof(key)-1, US_INV); 277 id.extract(0, sizeof(buf)-1, buf, sizeof(buf), ""); [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| csdetest.cpp | 142 length = source.extract(0, sLength, NULL, codepage); 146 source.extract(0, sLength, bytes, codepage); 781 UnicodeString(charText).extract(0, sizeof(charText)-2, latin1Text, sizeof(latin1Text), "ISO-8859-1"); [all...] |
| /external/libevent/include/event2/ |
| buffer.h | 343 only extract as many bytes as were available. 357 only extract as many bytes as were available. 371 only extract as many bytes as were available. [all...] |
| /external/libtextclassifier/ |
| text-classifier.cc | 722 TC_LOG(ERROR) << "Could not extract features."; [all...] |
| /external/llvm/include/llvm/Analysis/ |
| TargetTransformInfo.h | 503 /// \return The expected cost of a sign- or zero-extended vector extract. Use 516 /// \return The expected cost of vector Insert and Extract. 603 /// instructions may be created to extract the result from the given intrinsic [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| LegalizeVectorTypes.cpp | [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| BitTracker.cpp | 222 BT::RegisterCell BT::RegisterCell::extract(const BitMask &M) const { 361 return F->second.extract(M); 710 RegisterCell Res = RegisterCell::ref(A1).extract(BT::BitMask(B, Last)); [all...] |
| HexagonBitTracker.cpp | 204 // Extract RW low bits of the cell. 210 // Extract RW high bits of the cell. 217 // Extract N-th halfword (counting from the least significant position). [all...] |
| /external/llvm/lib/Target/X86/Disassembler/ |
| X86Disassembler.cpp | 666 /// @param insn - The internal instruction to extract the R/M field 704 /// @param insn - The instruction to extract Mod, R/M, and SIB fields [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| DeadArgumentElimination.cpp | [all...] |
| /external/scapy/scapy/layers/tls/ |
| session.py | 586 self.tls13_early_secret = hkdf.extract(None, 624 self.tls13_handshake_secret = hkdf.extract(self.tls13_early_secret, 651 self.tls13_master_secret = hkdf.extract(self.tls13_handshake_secret, [all...] |