HomeSort by relevance Sort by last modified time
    Searched full:t_loc (Results 1 - 20 of 20) sorted by null

  /art/compiler/dex/quick/
gen_invoke.cc 439 RegLocation* t_loc = nullptr; local
441 for (uint32_t i = 0; i < mir_graph_->GetNumOfInVRs(); i += t_loc->wide ? 2 : 1) {
444 t_loc = &ArgLocs[i];
448 if (t_loc->wide && reg.Valid() && !reg.Is64Bit()) {
458 if (t_loc->location == kLocPhysReg) {
460 if (t_loc->wide) {
461 OpRegCopyWide(t_loc->reg, reg);
463 OpRegCopy(t_loc->reg, reg);
468 if (t_loc->ref) {
471 StoreBaseDisp(TargetPtrReg(kSp), offset, reg, t_loc->wide ? k64 : k32, kNotVolatile)
    [all...]
  /external/libedit/src/
terminal.c 284 el->el_terminal.t_loc = 0;
313 el->el_terminal.t_loc = 0;
355 if (el->el_terminal.t_loc + 3 < TC_BUFSIZE) {
358 el->el_terminal.t_loc], cap);
359 el->el_terminal.t_loc += clen + 1; /* one for \0 */
376 el->el_terminal.t_loc = tlen;
377 if (el->el_terminal.t_loc + 3 >= TC_BUFSIZE) {
383 (void) strcpy(*str = &el->el_terminal.t_buf[el->el_terminal.t_loc],
385 el->el_terminal.t_loc += (size_t)clen + 1; /* one for \0 */
    [all...]
terminal.h 66 size_t t_loc; /* location used */ member in struct:__anon12307
  /bionic/libc/include/arpa/
nameser_compat.h 164 #define T_LOC ns_t_loc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 158 #define T_LOC ns_t_loc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 158 #define T_LOC ns_t_loc
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 220 #define T_LOC ns_t_loc
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 220 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 211 #define T_LOC ns_t_loc
  /external/libpcap/Win32/Include/arpa/
nameser.h 173 #define T_LOC 29 /* Location Information */
  /external/tcpdump/
nameser.h 167 #define T_LOC 29 /* Location Information */
print-domain.c 274 { T_LOC, "LOC" }, /* RFC 1876 */
  /external/dnsmasq/contrib/dns-loc/
dnsmasq2-loc-rfc1876.patch 116 + if (qtype == T_LOC || qtype == T_ANY)
129 + T_LOC, t->class, "t", 16, t->loc))
  /external/dnsmasq/src/
nameser.h 166 #define T_LOC 29 /* Location Information */

Completed in 661 milliseconds