HomeSort by relevance Sort by last modified time
    Searched refs:destptr (Results 1 - 18 of 18) sorted by null

  /external/libcups/cups/
transcode.c 80 cups_utf8_t *destptr; /* Pointer into UTF-8 buffer */ local
117 destptr = dest;
127 while (*src && destptr < destend)
133 *destptr++ = (cups_utf8_t)(0xc0 | (ch >> 6));
134 *destptr++ = (cups_utf8_t)(0x80 | (ch & 0x3f));
137 *destptr++ = (cups_utf8_t)ch;
140 *destptr = '\0';
142 return ((int)(destptr - dest));
187 *destptr = '\0';
204 char *destptr; /* Pointer into destination * local
    [all...]
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 83 bool apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr,
apple_glx_context.c 483 apple_glx_copy_context(void *currentptr, void *srcptr, void *destptr,
490 dest = destptr;
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 173 static void _Block_assign_default(void *value, void **destptr) {
174 *destptr = value;
215 static void (*_Block_assign)(void *value, void **destptr) = _Block_assign_default;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewrite386.go     [all...]
rewriteAMD64.go     [all...]
rewriteS390X.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
rewritePPC64.go     [all...]
rewrite386.go     [all...]
rewriteAMD64.go     [all...]
rewriteS390X.go     [all...]
  /external/bison/lib/
vasnprintf.c 523 mp_limb_t *destptr = q_ptr + a_len; local
529 *--destptr = num / den;
623 mp_limb_t *destptr = tmp_roomptr; local
629 *destptr++ = (mp_limb_t) accu;
651 mp_limb_t *destptr = r_ptr; local
657 *destptr++ = (mp_limb_t) accu;
660 *destptr++ = (mp_limb_t) accu;
728 mp_limb_t *destptr = r_ptr + j; local
737 + (mp_limb_t) ~(*destptr);
739 *destptr++ = ~(mp_limb_t) carry
753 mp_limb_t *destptr = r_ptr + j; local
1240 mp_limb_t *destptr = num_ptr; local
    [all...]
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 424 private static native void _copy(long destptr, String hdfpath, long srcptr);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 315 {name: "Move", argLength: 3, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment. Returns memory.
316 {name: "Zero", argLength: 2, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=mem, auxint=size+alignment. Returns memory.
321 {name: "MoveWB", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory.
322 {name: "MoveWBVolatile", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. Src is volatile, i.e. needs to move to a temp space before calling typedmemmove.
323 {name: "ZeroWB", argLength: 2, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=mem, auxint=size+alignment, aux=symbol-of-type. Returns memory.
S390XOps.go 358 {name: "MVC", argLength: 3, reg: gpmvc, asm: "MVC", aux: "SymValAndOff", typ: "Mem", clobberFlags: true, faultOnNilArg0: true, faultOnNilArg1: true}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size,off
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 315 {name: "Move", argLength: 3, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment. Returns memory.
316 {name: "Zero", argLength: 2, typ: "Mem", aux: "SizeAndAlign"}, // arg0=destptr, arg1=mem, auxint=size+alignment. Returns memory.
321 {name: "MoveWB", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory.
322 {name: "MoveWBVolatile", argLength: 3, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size+alignment, aux=symbol-of-type (for typedmemmove). Returns memory. Src is volatile, i.e. needs to move to a temp space before calling typedmemmove.
323 {name: "ZeroWB", argLength: 2, typ: "Mem", aux: "SymSizeAndAlign"}, // arg0=destptr, arg1=mem, auxint=size+alignment, aux=symbol-of-type. Returns memory.
S390XOps.go 358 {name: "MVC", argLength: 3, reg: gpmvc, asm: "MVC", aux: "SymValAndOff", typ: "Mem", clobberFlags: true, faultOnNilArg0: true, faultOnNilArg1: true}, // arg0=destptr, arg1=srcptr, arg2=mem, auxint=size,off
    [all...]

Completed in 1137 milliseconds