HomeSort by relevance Sort by last modified time
    Searched defs:bitp (Results 1 - 6 of 6) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g711/test/
testG711.cc 39 FILE* bitp = NULL; local
96 if ((bitp = fopen(bitname, "wb")) == NULL) {
131 if (fwrite(streamdata, sizeof(unsigned char), stream_len, bitp) !=
142 if (fwrite(streamdata, sizeof(unsigned char), stream_len, bitp) !=
  /external/tcpdump/
print-domain.c 91 const u_char *bitp, *lim; local
103 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) {
104 ND_TCHECK(*bitp);
105 ND_PRINT((ndo, "%02x", *bitp));
108 ND_TCHECK(*bitp);
109 tc = *bitp++;
112 ND_TCHECK(*bitp);
113 tc = *bitp++
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mheap.go 1551 func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mheap.go 1551 func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) { func
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-rl78.c 240 int bytep, bitp; local
256 bitp = pos % 8;
258 while (bitp + sz > 8)
260 int ssz = 8 - bitp;
265 svalm = svalm << (8 - bitp - ssz);
269 bitp = 0;
274 valm = valm << (8 - bitp - sz);
    [all...]
tc-rx.c 879 int bytep, bitp;
895 bitp = pos % 8;
897 while (bitp + sz > 8)
899 int ssz = 8 - bitp;
904 svalm = svalm << (8 - bitp - ssz);
908 bitp = 0;
913 valm = valm << (8 - bitp - sz);
878 int bytep, bitp; local
    [all...]

Completed in 120 milliseconds