HomeSort by relevance Sort by last modified time
    Searched refs:FH (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium-libpac/test/
jstocstring.pl 14 open(FH, "cat $ARGV[0]/$_|");
18 while (<FH>) {
  /system/core/libsparse/
simg_dump.py 75 FH = open(path, "rb")
76 header_bin = FH.read(28)
125 header_bin = FH.read(12)
133 curpos = FH.tell()
146 data = FH.read(data_sz)
157 fill_bin = FH.read(4)
178 crc_bin = FH.read(4)
204 print(" %10u %7u End" % (FH.tell(), offset))
210 junk_len = len(FH.read())
  /external/elfutils/lib/
md5.c 279 #define FH(b, c, d) (b ^ c ^ d)
391 OP (FH, A, B, C, D, 5, 4, 0xfffa3942);
392 OP (FH, D, A, B, C, 8, 11, 0x8771f681);
393 OP (FH, C, D, A, B, 11, 16, 0x6d9d6122);
394 OP (FH, B, C, D, A, 14, 23, 0xfde5380c);
395 OP (FH, A, B, C, D, 1, 4, 0xa4beea44);
396 OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9);
397 OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60);
398 OP (FH, B, C, D, A, 10, 23, 0xbebfbc70);
399 OP (FH, A, B, C, D, 13, 4, 0x289b7ec6)
    [all...]
sha1.c 197 /* define FH(b, c, d) ((b & c) | (b & d) | (c & d)) */
198 #define FH(b, c, d) (((b | c) & d) | (b & c))
323 OP (40, FH, A, B, C, D, E, K2);
324 OP (41, FH, E, A, B, C, D, K2);
325 OP (42, FH, D, E, A, B, C, K2);
326 OP (43, FH, C, D, E, A, B, K2);
327 OP (44, FH, B, C, D, E, A, K2);
328 OP (45, FH, A, B, C, D, E, K2);
329 OP (46, FH, E, A, B, C, D, K2);
330 OP (47, FH, D, E, A, B, C, K2)
    [all...]
  /external/libvncserver/common/
md5.c 290 #define FH(b, c, d) (b ^ c ^ d)
405 OP (FH, A, B, C, D, 5, 4, 0xfffa3942);
406 OP (FH, D, A, B, C, 8, 11, 0x8771f681);
407 OP (FH, C, D, A, B, 11, 16, 0x6d9d6122);
408 OP (FH, B, C, D, A, 14, 23, 0xfde5380c);
409 OP (FH, A, B, C, D, 1, 4, 0xa4beea44);
410 OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9);
411 OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60);
412 OP (FH, B, C, D, A, 10, 23, 0xbebfbc70);
413 OP (FH, A, B, C, D, 13, 4, 0x289b7ec6)
    [all...]
  /system/core/adb/
sysdeps_win32.cpp 51 typedef struct FHRec_* FH;
55 void (*_fh_init)(FH);
56 int (*_fh_close)(FH);
57 int (*_fh_lseek)(FH, int, int);
58 int (*_fh_read)(FH, void*, int);
59 int (*_fh_write)(FH, const void*, int);
62 static void _fh_file_init(FH);
63 static int _fh_file_close(FH);
64 static int _fh_file_lseek(FH, int, int);
65 static int _fh_file_read(FH, void*, int)
533 FH fh = _fh_from_int(fds[i].fd, __func__); local
952 FH fh = _fh_from_int(fd, __func__); local
977 FH fh = _fh_from_int(fd, __func__); local
1085 FH fh = _fh_from_int(fd, __func__); local
1110 FH fh = _fh_from_int(fd, __func__); local
    [all...]
  /external/llvm/lib/DebugInfo/PDB/Raw/
DbiStream.cpp 360 const FileInfoSubstreamHeader *FH;
362 if (auto EC = FISR.readObject(FH))
367 if (FH->NumModules != ModuleInfos.size())
  /external/curl/tests/
ftpserver.pl 243 my $FH = shift;
278 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
288 $rc = sysread($FH, $$scalar, $nbytes - $nread, $nread);
333 my $FH = \*SFREAD;
338 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {
357 my $FH = \*DREAD;
362 if(eXsysread($FH, $scalar, $nbytes, $timeout) != $nbytes) {
372 my $FH = shift;
379 $result = sysread($$FH, $$scalar, $length);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
md5.c 274 #define FH(b, c, d) (b ^ c ^ d)
387 #define FX(b, c, d) FH (b, c, d)
configure     [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /toolchain/binutils/binutils-2.27/etc/
configure     [all...]
  /external/iputils/ninfod/
configure     [all...]
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /toolchain/binutils/binutils-2.27/intl/
configure     [all...]
  /external/icu/icu4c/source/
configure     [all...]
  /external/libpcap/
configure     [all...]
  /external/tcpdump/
configure     [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure     [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure     [all...]

Completed in 2379 milliseconds

1 2 3