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

  /external/openssh/openbsd-compat/
getcwd.c 59 char *bpt, *bup; local
84 bpt = ept - 1;
85 *bpt = '\0';
118 *--bpt = '/';
124 memmove(pt, bpt, ept - bpt);
190 if (bpt - pt < dp->d_namlen + (first ? 1 : 2)) {
198 len = ept - bpt;
201 bpt = npt + (bpt - pt)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
ImUtil.h 25 register unsigned char *bpt,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mipmap.c 1426 const GLint bpt = bytes_per_pixel(datatype, comps); local
1458 const GLint bpt = bytes_per_pixel(datatype, comps); local
1550 const GLint bpt = bytes_per_pixel(datatype, comps); local
    [all...]
  /external/mesa3d/src/mesa/main/
mipmap.c 1419 const GLint bpt = bytes_per_pixel(datatype, comps); local
1451 const GLint bpt = bytes_per_pixel(datatype, comps); local
1543 const GLint bpt = bytes_per_pixel(datatype, comps); local
    [all...]
  /external/strace/
process.c 811 handle_new_child(struct tcb *tcp, int pid, int bpt)
837 if (bpt)
846 if (bpt)
850 /* Child has BPT too, must be removed on first occasion. */
851 if (bpt) {
862 if (bpt)
948 int bpt; local
953 bpt = tcp->flags & TCB_BPTSET;
956 if (bpt)
963 return handle_new_child(tcp, pid, bpt);
993 int bpt = tcp->flags & TCB_BPTSET; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 989 const int bpt = util_format_get_blocksize(pformat); local
1028 const int bpt = util_format_get_blocksize(pformat); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 989 const int bpt = util_format_get_blocksize(pformat); local
1028 const int bpt = util_format_get_blocksize(pformat); local
    [all...]

Completed in 3648 milliseconds