HomeSort by relevance Sort by last modified time
    Searched refs:Word (Results 101 - 125 of 191) sorted by null

1 2 3 45 6 7 8

  /external/valgrind/cachegrind/
cg_main.c 115 static Word cmp_CodeLoc_LineCC(const void *vloc, const void *vcc)
117 Word res;
186 static Word stringCmp( const void* key, const void* elem )
385 void log_1IrNoX_1Dr_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
400 void log_1IrNoX_1Dw_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
418 void log_0Ir_1Dr_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
429 void log_0Ir_1Dw_cache_access(InstrInfo* n, Addr data_addr, Word data_size)
444 void log_cond_branch(InstrInfo* n, Word taken)
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-x86-linux.c 75 void (*f)(Word),
76 Word arg1 );
134 Int do_syscall_clone_x86_linux ( Word (*fn)(void *),
    [all...]
syswrap-amd64-linux.c 69 void (*f)(Word),
70 Word arg1 );
134 Long do_syscall_clone_amd64_linux ( Word (*fn)(void *),
    [all...]
  /external/valgrind/memcheck/
mc_errors.c     [all...]
  /art/runtime/
elf_file_impl.h 41 using Elf_Word = typename ElfTypes::Word;
  /external/elfutils/libelf/
elf32_newphdr.c 59 if (unlikely ((ElfW2(LIBELFBITS,Word)) count != count))
  /external/giflib/
egif_lib.c 35 static int EGifPutWord(int Word, GifFileType * GifFile);
43 /* extract bytes from an unsigned word */
811 Put 2 bytes (a word) into the given file in little-endian order:
814 EGifPutWord(int Word, GifFileType *GifFile)
818 c[0] = LOBYTE(Word);
819 c[1] = HIBYTE(Word);
    [all...]
dgif_lib.c 35 static int DGifGetWord(GifFileType *GifFile, GifWord *Word);
673 Get 2 bytes (word) from the given file:
676 DGifGetWord(GifFileType *GifFile, GifWord *Word)
686 *Word = (GifWord)UNSIGNED_LITTLE_ENDIAN(c[0], c[1]);
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 148 ElfCoreDump::Word type = note.GetType();
  /external/regex-re2/re2/
prog.h 37 uint32 Word(int i) const {
67 kEmptyWordBoundary = 1<<4, // \b - word boundary
233 // Returns whether byte c is a word character: ASCII only.
  /external/valgrind/coregrind/m_initimg/
initimg-linux.c 351 Word a_type;
354 Word a_val;
361 sp++; // skip argc (Nb: is word-sized, not int-sized!)
472 sizeof(Word) + /* argc */
479 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) */
    [all...]
initimg-solaris.c 474 sizeof(Word) + /* argc */
481 VG_ROUNDUP(stringsize, sizeof(Word)); /* strings (aligned) */
    [all...]
  /external/valgrind/helgrind/
hg_errors.c 69 static Word string_table_cmp ( UWord s1, UWord s2 ) {
70 return (Word)VG_(strcmp)( (HChar*)s1, (HChar*)s2 );
104 static Word lock_unique_cmp ( UWord lk1W, UWord lk2W )
341 Word err; /* pth error code */
615 Word err, const HChar* errstr )
    [all...]
hg_main.c 83 Word and pointer types. gcc rightly complains this breaks ANSI C
140 /* The word-set universes for lock sets. */
614 NULL/*unboxed Word cmp*/);
862 if any shadow word is ShR or ShM then .mbHasShared == True
    [all...]
  /external/valgrind/coregrind/
m_libcfile.c 211 ret = - (Int)(Word)sr_Err(res);
214 ret = (Int)(Word)sr_Res(res);
231 ret = - (Int)(Word)sr_Err(res);
234 ret = (Int)(Word)sr_Res(res);
260 /* __NR_pipe is UX64, so produces a double-word result */
295 vg_assert(sizeof(Off64T) == sizeof(Word));
308 vg_assert(sizeof(Off64T) == sizeof(Word));
    [all...]
m_stacktrace.c 699 Word redir_stack_size = 0;
700 Word redirs_used = 0;
764 Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Edit.cpp 763 CPVT_Word word; local
764 if (pIterator->GetWord(word)) {
765 pt = CPDF_Point(word.ptWord.x + word.fWidth,
766 word.ptWord.y + word.fDescent);
1113 #define PWL_ISARABICWORD(word) \
1114 ((word >= 0x0600 && word <= 0x06FF) || (word >= 0xFB50 && word <= 0xFEFC)
    [all...]
  /external/svox/pico/lib/
picotok.c 198 typedef picoos_uchar Word[MARKUP_STRING_BUF_SIZE];
202 Word paramId;
203 Word paramVal;
253 Word phonemes;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
aetools.py 353 obj = Character(2, Word(1, Document(1)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 353 obj = Character(2, Word(1, Document(1)))
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.h 699 /* WORD memory. 2 byte */
700 Word,
783 unsigned int word:1; member in struct:i386_operand_type::__anon75945
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 595 typedef typename ElfClass::Word Word;
603 Word debug_section_type =
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsplugin.c 36 // Adjust a word value after being readed/ before being written from/to an ICC profile
37 cmsUInt16Number CMSEXPORT _cmsAdjustEndianess16(cmsUInt16Number Word)
41 cmsUInt8Number* pByte = (cmsUInt8Number*) &Word;
49 return Word;
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 617 Word adv = (op_code / info.li_line_range)
699 Word adv = step_leb128S(&data);
707 Word adv = step_leb128U(&data);
715 Word adv = step_leb128U(&data);
736 Word adv = (((255 - info.li_opcode_base) / info.li_line_range)
    [all...]
readmacho.c 409 Word nsyms, i, j, k, m;
708 Word i;
    [all...]

Completed in 1538 milliseconds

1 2 3 45 6 7 8