/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
cortex-a8-fix-b-rel-arm.d | 63 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bl-rel-arm.d | 63 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-bl-rel-thumb.d | 64 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-blx-rel-arm.d | 63 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-blx-rel-thumb.d | 64 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-blx.d | 63 8fd2: eb01 0002 add\.w r0, r1, r2
|
cortex-a8-fix-b-rel-thumb.d | 64 8fd2: eb01 0002 add\.w r0, r1, r2
|
/external/libxml2/ |
runtest.c | 612 int fd1, fd2; local 620 fd2 = open(r2, WR_FLAGS, 0644); 621 if (fd2 < 0) { 629 res2 = write(fd2, bytes1, res1); 633 close(fd2); 641 fd2 = open(r2, RD_FLAGS); 642 if (fd2 < 0) { 648 res2 = read(fd2, bytes2, 4096); 651 close(fd2); 658 close(fd2); [all...] |
/external/bison/darwin-lib/ |
stdio.h | [all...] |
unistd.h | [all...] |
/external/bison/lib/ |
unistd.in.h | [all...] |
stdio.in.h | [all...] |
/external/bison/linux-lib/ |
stdio.h | [all...] |
unistd.h | [all...] |
/external/clang/test/CodeGen/ |
atomic-ops.c | 198 void fd2(struct S *a, struct S *b) { function 199 // CHECK-LABEL: @fd2
|
/external/pdfium/third_party/freetype/src/cff/ |
cffload.c | 741 FT_Byte fd2; local 751 fd2 = *p++; 756 fd = fd2; 761 fdselect->cache_fd = fd2; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
libiberty.h | 187 extern int fdmatch (int fd1, int fd2);
|
/toolchain/binutils/binutils-2.25/include/ |
libiberty.h | 190 extern int fdmatch (int fd1, int fd2);
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_plan9.go | 303 // close the numbered file descriptor, unless it is fd1, fd2, or a member of fds. 305 func closeFdExcept(n int, fd1 int, fd2 int, fds []int) { 306 if n == fd1 || n == fd2 {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_plan9.go | 303 // close the numbered file descriptor, unless it is fd1, fd2, or a member of fds. 305 func closeFdExcept(n int, fd1 int, fd2 int, fds []int) { 306 if n == fd1 || n == fd2 {
|
/external/ltp/testcases/kernel/fs/dmapi/ |
handle.c | 2914 int fd1, fd2; local 2985 int fd1, fd2; local 5692 int fd1, fd2; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_posix.py | 190 fd2 = os.open(test_support.TESTFN,
192 os.close(fd2)
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_drm_winsys.c | 693 int fd2 = pointer_to_intptr(key2); local 696 fstat(fd2, &stat2);
|
/external/toybox/lib/ |
xwrap.c | 370 int fd2 = xdup(fd); local 374 fd = fd2;
|
/system/core/adb/ |
shell_service.cpp | 126 // Creates a socketpair and saves the endpoints to |fd1| and |fd2|. 127 bool CreateSocketpair(unique_fd* fd1, unique_fd* fd2) { 134 fd2->reset(sockets[1]);
|