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

  /external/quake/quake/src/QW/client/
md4.c 24 /* POINTER defines a generic pointer type */
25 typedef unsigned char *POINTER;
147 memcpy((POINTER)&context->buffer[index], (POINTER)input, partLen);
159 memcpy ((POINTER)&context->buffer[index], (POINTER)&input[i], inputLen-i);
184 memset ((POINTER)context, 0, sizeof (*context));
255 memset ((POINTER)x, 0, sizeof (x));
  /external/v8/src/
string-stream.h 93 FmtElm(void* value) : type_(POINTER) { // NOLINT
98 enum Type { INT, DOUBLE, C_STR, LC_STR, OBJ, HANDLE, POINTER };
  /external/grub/netboot/
smc9000.c 245 _outw(PTR_AUTOINC, smc9000_base + POINTER);
297 _outw( PTR_AUTOINC | PTR_READ, smc9000_base + POINTER );
336 _outw(PTR_READ | PTR_RCV | PTR_AUTOINC, smc9000_base + POINTER);
smc9000.h 127 #define POINTER 6
  /bionic/libc/stdio/
vfscanf.c 56 #define POINTER 0x00020 /* p: void * (as hex) */
263 case 'p': /* pointer format is like hex */
264 flags |= POINTER | PFXOK;
572 if (flags & POINTER)
699 * (just after `['). Return a pointer to the character past the
  /external/sonivox/jet_tools/JetCreator/
eas.py 488 return cast(wave_fmt_chunk, POINTER(WAVEFORMAT)).contents
609 eas_dll.EAS_Config.restype = POINTER(EAS_Config)
    [all...]
  /external/clearsilver/util/regex/
regex.c 610 the START pointer into it and ending just before the pointer END. */
1031 unsigned char *pointer;
1097 /* Push pointer POINTER on FAIL_STACK.
1100 #define PUSH_PATTERN_OP(POINTER, FAIL_STACK) \
1104 : ((FAIL_STACK).stack[(FAIL_STACK).avail++].pointer = POINTER, \
1107 /* Push a pointer value onto the failure stack.
1111 fail_stack.stack[fail_stack.avail++].pointer = (unsigned char *) (item
1022 unsigned char *pointer; member in union:fail_stack_elt
    [all...]

Completed in 259 milliseconds