HomeSort by: relevance | last modified time | path
    Searched refs:memmove (Results 1 - 25 of 247) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
test.cpp 63 memmove(&argv[1], &argv[2], (*argc) * sizeof(argv[1]));
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
test.cpp 63 memmove(&argv[1], &argv[2], (*argc) * sizeof(argv[1]));
  /xsrc/external/mit/libXfont/dist/src/builtins/
dir.c 66 memmove (a_cur->font_name, a_saved->font_name, strlen (a_saved->font_name)) ;
125 memmove (a_cur->alias_name, a_save->alias_name, strlen (a_save->alias_name)) ;
127 memmove (a_cur->font_name, a_save->font_name, strlen (a_save->font_name)) ;
  /xsrc/external/mit/libXfont2/dist/src/builtins/
dir.c 67 memmove (a_cur->font_name, a_saved->font_name, strlen (a_saved->font_name)) ;
126 memmove (a_cur->alias_name, a_save->alias_name, strlen (a_save->alias_name)) ;
128 memmove (a_cur->font_name, a_save->font_name, strlen (a_save->font_name)) ;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xfuncs.h 64 # define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
sys.c 124 memmove(&ret, p, sizeof(*p));
133 memmove(&ret, p, sizeof(*p));
142 memmove(&ret, p, sizeof(*p));
151 memmove(p, &tmp, sizeof(*p));
159 memmove(p, &tmp, sizeof(*p));
167 memmove(p, &tmp, sizeof(*p));
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
sys.c 105 memmove(&ret, p, sizeof(*p));
112 memmove(&ret, p, sizeof(*p));
119 memmove(&ret, p, sizeof(*p));
126 memmove(p, &tmp, sizeof(*p));
132 memmove(p, &tmp, sizeof(*p));
138 memmove(p, &tmp, sizeof(*p));
  /xsrc/external/mit/freetype/dist/include/freetype/config/
ftstdlib.h 83 #define ft_memmove memmove
  /xsrc/external/mit/xdm/dist/xdm/
mitauth.c 52 memmove( auth_name, name, name_len);
  /xsrc/external/mit/xorg-server/dist/glx/
indirect_dispatch.c 175 (void) memmove(pc - 4, pc, 24);
230 (void) memmove(pc - 4, pc, 32);
291 (void) memmove(pc - 4, pc, 8);
328 (void) memmove(pc - 4, pc, 24);
359 (void) memmove(pc - 4, pc, 16);
390 (void) memmove(pc - 4, pc, 24);
421 (void) memmove(pc - 4, pc, 32);
452 (void) memmove(pc - 4, pc, 32);
483 (void) memmove(pc - 4, pc, 8);
514 (void) memmove(pc - 4, pc, 16)
    [all...]
indirect_dispatch_swap.c 303 (void) memmove(pc - 4, pc, 24);
358 (void) memmove(pc - 4, pc, 32);
419 (void) memmove(pc - 4, pc, 8);
456 (void) memmove(pc - 4, pc, 24);
487 (void) memmove(pc - 4, pc, 16);
518 (void) memmove(pc - 4, pc, 24);
549 (void) memmove(pc - 4, pc, 32);
580 (void) memmove(pc - 4, pc, 32);
615 (void) memmove(pc - 4, pc, 8);
646 (void) memmove(pc - 4, pc, 16)
    [all...]
  /xsrc/external/mit/editres/dist/
setvalues.c 114 memmove( ptr, value.addr, value.size);
  /xsrc/external/mit/libX11/dist/src/util/
makekeys.c 77 memmove(key, tmp, strlen(tmp) + 1);
87 memmove(key, tmp, strlen(tmp) + 1);
101 memmove(key, tmp, strlen(tmp) + 1);
102 memmove(tmpa, tmpa + 3, strlen(tmpa + 3) + 1);
  /xsrc/external/mit/xorg-server.old/dist/glx/
indirect_dispatch.c 192 (void) memmove(pc-4, pc, 24);
255 (void) memmove(pc-4, pc, 32);
323 (void) memmove(pc-4, pc, 8);
365 (void) memmove(pc-4, pc, 24);
400 (void) memmove(pc-4, pc, 16);
435 (void) memmove(pc-4, pc, 24);
470 (void) memmove(pc-4, pc, 32);
505 (void) memmove(pc-4, pc, 32);
544 (void) memmove(pc-4, pc, 8);
579 (void) memmove(pc-4, pc, 16)
    [all...]
indirect_dispatch_swap.c 289 (void) memmove(pc-4, pc, 24);
352 (void) memmove(pc-4, pc, 32);
420 (void) memmove(pc-4, pc, 8);
462 (void) memmove(pc-4, pc, 24);
497 (void) memmove(pc-4, pc, 16);
532 (void) memmove(pc-4, pc, 24);
567 (void) memmove(pc-4, pc, 32);
602 (void) memmove(pc-4, pc, 32);
641 (void) memmove(pc-4, pc, 8);
676 (void) memmove(pc-4, pc, 16)
    [all...]
  /xsrc/external/mit/xfs/dist/os/
io.c 177 memmove( oci->buffer, oci->bufptr, gotnow);
312 memmove( oci->bufptr + moveup, oci->bufptr, gotnow);
316 memmove( oci->bufptr - count, data, count);
428 memmove( (char *) oco->buf, (char *) oco->buf + written,
455 memmove( (char *) oco->buf + oco->count,
564 memmove( (char *) oco->buf + oco->count, buf, count);
  /xsrc/external/mit/xorg-server/dist/os/
xdmauth.c 151 memmove(privateKey.data + 1, cookie, cookie_len);
359 memmove(new->key.data, key_bits, (int) 8);
360 memmove(new->rho.data, rho_bits, (int) 8);
mitauth.c 65 memmove(new->data, data, (int) data_length);
rpcauth.c 73 memmove(temp_inmsg, inmsg, len);
  /xsrc/external/mit/xorg-server.old/dist/os/
xdmauth.c 153 memmove (privateKey.data + 1, cookie, cookie_len);
371 memmove (new->key.data, key_bits, (int) 8);
372 memmove (new->rho.data, rho_bits, (int) 8);
  /xsrc/external/mit/MesaLib/dist/src/egl/main/
eglarray.c 124 memmove(&array->Elements[i], &array->Elements[i + 1],
  /xsrc/external/mit/MesaLib/dist/src/util/
log.c 132 memmove(stream->msg, next, remaining);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/main/
eglarray.c 124 memmove(&array->Elements[i], &array->Elements[i + 1],
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
generic.c 23 #include <string.h> /* needed for memmove */
30 memmove(&ret, p, sizeof(*p));
39 memmove(&ret, p, sizeof(*p));
48 memmove(p, &tmp, sizeof(*p));
56 memmove(p, &tmp, sizeof(*p));
  /xsrc/external/mit/xorg-server.old/dist/mi/
mispans.c 127 memmove (spansPt, spansPt + 1, sizeof *spansPt * (spansCount - 1));
128 memmove (spansWid, spansWid + 1, sizeof *spansWid * (spansCount - 1));
165 memmove (spansPt + 1, spansPt, sizeof *spansPt * (spansCount));
166 memmove (spansWid + 1, spansWid, sizeof *spansWid * (spansCount));

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 910