HomeSort by relevance Sort by last modified time
    Searched defs:ap (Results 476 - 500 of 630) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/gpu/
GrPathUtils.cpp 356 SkVector ap = p - a; local
357 SkScalar apXab = ap.cross(ab);
  /external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c 50 va_list ap; local
51 va_start(ap, zFormat);
52 z = sqlite3_vmprintf(zFormat, ap);
53 va_end(ap);
1635 va_list ap; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
main.c 280 va_list ap; local
287 va_start(ap, op);
315 sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*);
320 *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex;
328 sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
334 *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
339 sqlite3GlobalConfig.bMemstat = va_arg(ap, int);
344 sqlite3GlobalConfig.pScratch = va_arg(ap, void*);
345 sqlite3GlobalConfig.szScratch = va_arg(ap, int);
346 sqlite3GlobalConfig.nScratch = va_arg(ap, int)
513 va_list ap; local
2455 va_list ap; local
    [all...]
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 313 __builtin_va_list ap; local
314 __builtin_va_start(ap, i);
315 struct s63 s = __builtin_va_arg(ap, struct s63);
316 __builtin_va_end(ap);
334 __builtin_va_list ap; local
335 __builtin_va_start(ap, i);
336 T66 v = __builtin_va_arg(ap, T66);
337 __builtin_va_end(ap);
x86_64-arguments.c 318 __builtin_va_list ap; local
319 __builtin_va_start(ap, i);
320 struct s44 s = __builtin_va_arg(ap, struct s44);
321 __builtin_va_end(ap);
  /external/clang/test/SemaCXX/
overload-call.cpp 180 const char* ap = a; local
182 double* q5 = quals_rank1(ap);
  /external/dropbear/
scp.c 1155 va_list ap; local
1162 va_start(ap, fmt);
1163 (void) vfprintf(fp, fmt, ap);
1164 va_end(ap);
1169 va_start(ap, fmt);
1170 vfprintf(stderr, fmt, ap);
1171 va_end(ap);
  /external/grub/netboot/
rtl8139.c 203 unsigned short *ap = (unsigned short*)nic->node_addr; local
205 *ap++ = read_eeprom(i + 7);
207 unsigned char *ap = (unsigned char*)nic->node_addr; local
209 *ap++ = inb(ioaddr + MAC0 + i);
  /external/harfbuzz_ng/src/
hb-private.hh 577 va_list ap)
625 vfprintf (stderr, message, ap);
637 va_list ap HB_UNUSED) {}
658 va_list ap; local
659 va_start (ap, message);
660 _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap);
661 va_end (ap);
731 va_list ap; local
732 va_start (ap, message);
733 _hb_debug_msg_va<max_level> (what, obj, func, true, plevel ? *plevel : 0, +1, message, ap);
    [all...]
  /external/icu4c/i18n/
astro.cpp 36 va_list ap; local
37 va_start(ap, pat);
38 vfprintf(stderr, pat, ap);
    [all...]
  /external/icu4c/tools/ctestfw/
ctest.c 88 * @param ap vprintf style arg list
90 static void vlog_err(const char *prefix, const char *pattern, va_list ap);
91 static void vlog_verbose(const char *prefix, const char *pattern, va_list ap);
655 static void vlog_err(const char *prefix, const char *pattern, va_list ap)
665 vfprintf(stdout, pattern, ap);
667 va_end(ap);
677 vlog_info(const char *prefix, const char *pattern, va_list ap)
684 vfprintf(stdout, pattern, ap);
686 va_end(ap);
699 va_list ap; local
713 va_list ap; local
747 va_list ap; local
766 va_list ap; local
799 va_list ap; local
808 va_list ap; local
818 va_list ap; local
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 690 va_list ap; local
693 va_start(ap, iph1);
695 while ((s = va_arg(ap, vchar_t *)) != NULL) {
698 va_end(ap);
708 va_start(ap, iph1);
710 while ((s = va_arg(ap, char *)) != NULL) {
714 va_end(ap);
    [all...]
  /external/iptables/iptables/
xtables.c 1495 static struct in6_addr ap; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 226 va_list ap; local
233 va_start(ap, fmt);
234 retval = vsnprintf(buf, sizeof(buf), fmt, ap);
235 va_end(ap);
  /external/libvpx/libvpx/
vpxdec.c 463 va_list ap; local
465 va_start(ap, format);
466 vfprintf(stderr, format, ap);
468 va_end(ap);
    [all...]
  /external/linux-tools-perf/util/
probe-event.c 66 va_list ap; local
67 va_start(ap, format);
68 ret = vsnprintf(str, size, format, ap);
69 va_end(ap);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 213 #define VA_START(ap, last) va_start(ap, last)
214 #define VA_SHIFT(ap, value, type) /* No-op for ANSI C. */
217 #define VA_START(ap, last) va_start(ap) /* "last" is ignored. */
218 #define VA_SHIFT(ap, value, type) value = va_arg(ap, type)
233 #define VA_END_COPY(ap) va_end(ap)
236 #define VA_END_COPY(ap) va_end(ap
1447 va_list ap; local
1473 va_list ap; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 491 va_list ap; local
492 va_start(ap, fmt);
493 _debug_vprintf(fmt, ap);
494 va_end(ap);
  /external/mesa3d/src/glsl/
ir_reader.cpp 106 va_list ap; local
115 va_start(ap, fmt);
116 ralloc_vasprintf_append(&state->info_log, fmt, ap);
117 va_end(ap);
linker.cpp 178 va_list ap; local
181 va_start(ap, fmt);
182 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
183 va_end(ap);
192 va_list ap; local
195 va_start(ap, fmt);
196 ralloc_vasprintf_append(&prog->InfoLog, fmt, ap);
197 va_end(ap);
    [all...]
  /external/mksh/src/
eval.c 125 eval(const char **ap, int f)
129 if (*ap == NULL) {
132 vap.ro = ap;
138 while (*ap != NULL)
139 expand(*ap++, &w, f);
1707 struct tbl *ap; local
    [all...]
var.c 174 char *ap = NULL; local
193 afree(ap, ATEMP);
194 n = ap = cp;
    [all...]
  /external/openssh/
scp.c 1227 va_list ap; local
1233 va_start(ap, fmt);
1234 (void) vfprintf(fp, fmt, ap);
1235 va_end(ap);
1241 va_start(ap, fmt);
1242 vfprintf(stderr, fmt, ap);
1243 va_end(ap);
  /external/qemu/audio/
alsaaudio.c 175 va_list ap; local
177 va_start (ap, fmt);
178 AUD_vlog (AUDIO_CAP, fmt, ap);
179 va_end (ap);
191 va_list ap; local
195 va_start (ap, fmt);
196 AUD_vlog (AUDIO_CAP, fmt, ap);
197 va_end (ap);
959 va_list ap; local
962 va_start (ap, cmd)
1187 va_list ap; local
    [all...]
  /external/qemu/target-arm/
helper.c 967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type,
980 switch (ap) {
1037 int ap; local
1131 int ap; local
    [all...]

Completed in 1125 milliseconds

<<11121314151617181920>>