/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Pack.java | 8 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort() 15 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 24 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 40 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 55 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 64 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 71 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 87 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 100 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 109 public static short littleEndianToShort(byte[] bs, int off) in littleEndianToShort() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/ |
D | Pack.java | 8 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt() 17 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt() 33 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian() 48 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian() 57 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong() 64 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong() 80 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian() 93 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian() 102 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt() 111 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt() [all …]
|
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/ |
D | AnnotationTest.class | ... ] bs
public void testIntArrayValue ()
int[] bs
public void testShortArrayValue ()
short[] bs
public ... |
D | AnnotationTest.java | 127 char[] bs = a.charArrayValue(); in testCharArrayValue() local 140 int[] bs = a.intArrayValue(); in testIntArrayValue() local 146 short[] bs = a.shortArrayValue(); in testShortArrayValue() local 152 long[] bs = a.longArrayValue(); in testLongArrayValue() local 158 float[] bs = a.floatArrayValue(); in testFloatArrayValue() local 164 double[] bs = a.doubleArrayValue(); in testDoubleArrayValue() local
|
D | ExtendedAnnotationTest.class | ... ] bs
public void testIntArrayValue ()
int[] bs
public void testShortArrayValue ()
short[] bs
public ... |
D | ExtendedAnnotationTest.java | 130 char[] bs = a.charArrayValue(); in testCharArrayValue() local 143 int[] bs = a.intArrayValue(); in testIntArrayValue() local 149 short[] bs = a.shortArrayValue(); in testShortArrayValue() local 155 long[] bs = a.longArrayValue(); in testLongArrayValue() local 161 float[] bs = a.floatArrayValue(); in testFloatArrayValue() local 167 double[] bs = a.doubleArrayValue(); in testDoubleArrayValue() local
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
D | overflow.pass.cpp | 44 std::ofstream bs("overflow.dat"); in main() local 55 std::ifstream bs("overflow.dat"); in main() local 61 std::ofstream bs("overflow.dat"); in main() local 73 std::ifstream bs("overflow.dat"); in main() local 79 std::ofstream bs("overflow.dat"); in main() local
|
D | underflow.pass.cpp | 44 std::ifstream bs("underflow.dat"); in main() local 56 std::ifstream bs("underflow.dat"); in main() local 77 std::ifstream bs("underflow_utf8.dat"); in main() local
|
D | pbackfail.pass.cpp | 44 std::ifstream bs("underflow.dat"); in main() local 51 std::fstream bs("underflow.dat"); in main() local
|
/external/clang/test/CodeGenCXX/ |
D | default-arguments.cpp | 37 B bs[2]; in f1() local 41 B bs[2]; member 63 B *bs = new B[2]; in f3() local
|
/external/syslinux/libinstaller/ |
D | fs.c | 34 void syslinux_make_bootsect(void *bs, int fs_type) in syslinux_make_bootsect() 53 static const char *check_fat_bootsect(const void *bs, int *fs_type) in check_fat_bootsect() 133 static const char *check_ntfs_bootsect(const void *bs, int *fs_type) in check_ntfs_bootsect() 148 const char *syslinux_check_bootsect(const void *bs, int *fs_type) in syslinux_check_bootsect()
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
D | JDK15TagFactory.java | 102 BeforeSuite bs = (BeforeSuite) a; in maybeCreateNewConfigurationTag() local 117 AfterSuite bs = (AfterSuite) a; in maybeCreateNewConfigurationTag() local 132 BeforeTest bs = (BeforeTest) a; in maybeCreateNewConfigurationTag() local 147 AfterTest bs = (AfterTest) a; in maybeCreateNewConfigurationTag() local 162 BeforeGroups bs = (BeforeGroups) a; in maybeCreateNewConfigurationTag() local 178 AfterGroups bs = (AfterGroups) a; in maybeCreateNewConfigurationTag() local 194 BeforeClass bs = (BeforeClass) a; in maybeCreateNewConfigurationTag() local 209 AfterClass bs = (AfterClass) a; in maybeCreateNewConfigurationTag() local 224 BeforeMethod bs = (BeforeMethod) a; in maybeCreateNewConfigurationTag() local 239 AfterMethod bs = (AfterMethod) a; in maybeCreateNewConfigurationTag() local
|
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/ |
D | ctor_err_string.pass.cpp | 54 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local 69 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
|
D | from_bytes.pass.cpp | 39 std::string bs("\xE1\x80\x85\x00"); in test() local 58 std::string bs("\xF1\x80\x80\x83"); in test() local
|
D | to_bytes.pass.cpp | 40 std::string bs = myconv.to_bytes(ws[0]); in test() local 59 std::string bs = myconv.to_bytes(ws[0]); in test() local
|
D | converted.pass.cpp | 39 std::string bs = myconv.to_bytes(L"\x1005"); in test() local 56 std::string bs = myconv.to_bytes(L"\x40003"); in test() local
|
/external/syslinux/gpxe/src/image/ |
D | efi_image.c | 37 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; in efi_image_exec() local 77 EFI_BOOT_SERVICES *bs = efi_systab->BootServices; in efi_image_load() local
|
/external/bzip2/ |
D | bzip2recover.c | 156 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenReadStream() local 169 BitStream *bs = malloc ( sizeof(BitStream) ); in bsOpenWriteStream() local 180 static void bsPutBit ( BitStream* bs, Int32 bit ) in bsPutBit() 199 static Int32 bsGetBit ( BitStream* bs ) in bsGetBit() 218 static void bsClose ( BitStream* bs ) in bsClose() 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32()
|
/external/aac/libAACdec/src/ |
D | rvlc.cpp | 134 HANDLE_FDK_BITSTREAM bs) { in rvlcInit() 247 static SCHAR rvlcDecodeEscapeWord(CErRvlcInfo *pRvlc, HANDLE_FDK_BITSTREAM bs) { in rvlcDecodeEscapeWord() 323 HANDLE_FDK_BITSTREAM bs) { in rvlcDecodeEscapes() 362 SCHAR decodeRVLCodeword(HANDLE_FDK_BITSTREAM bs, CErRvlcInfo *pRvlc) { in decodeRVLCodeword() 438 HANDLE_FDK_BITSTREAM bs) { in rvlcDecodeForward() 620 HANDLE_FDK_BITSTREAM bs) { in rvlcDecodeBackward() 1061 HANDLE_FDK_BITSTREAM bs) { in CRvlc_Read() 1137 HANDLE_FDK_BITSTREAM bs) { in CRvlc_Decode()
|
D | channelinfo.cpp | 108 AAC_DECODER_ERROR IcsReadMaxSfb(HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, in IcsReadMaxSfb() 129 AAC_DECODER_ERROR IcsRead(HANDLE_FDK_BITSTREAM bs, CIcsInfo *pIcsInfo, in IcsRead()
|
D | block.h | 301 HANDLE_FDK_BITSTREAM bs, /*!< pointer to bitstream */ in CBlock_DecodeHuffmanWord() 328 HANDLE_FDK_BITSTREAM bs, /*!< pointer to bitstream */ in CBlock_DecodeHuffmanWordCB()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | intrapred.c | 21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor() 45 static INLINE void d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d63_predictor() 62 static INLINE void d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d45_predictor() 81 static INLINE void d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d117_predictor() 106 static INLINE void d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d135_predictor() 134 static INLINE void d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d153_predictor() 157 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in v_predictor() 168 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in h_predictor() 179 static INLINE void tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in tm_predictor() 191 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in dc_128_predictor() [all …]
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.cpp | 109 static UINT CLatmDemux_GetValue(HANDLE_FDK_BITSTREAM bs) { in CLatmDemux_GetValue() 125 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, int m_muxConfigPresent, in CLatmDemux_ReadAudioMuxElement() 236 TRANSPORTDEC_ERROR CLatmDemux_Read(HANDLE_FDK_BITSTREAM bs, in CLatmDemux_Read() 284 HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux, in CLatmDemux_ReadStreamMuxConfig() 594 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, in CLatmDemux_ReadPayloadLengthInfo() 630 int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs) { in CLatmDemux_ReadAuChunkLengthInfo()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_bitstream.c | 627 motion_vector(struct vl_mpg12_bs *bs, int r, int s, int dmv, short delta[2], short dmvector[2]) in motion_vector() 662 motion_vector_frame(struct vl_mpg12_bs *bs, int s, struct pipe_mpeg12_macroblock *mb) in motion_vector_frame() 686 motion_vector_field(struct vl_mpg12_bs *bs, int s, struct pipe_mpeg12_macroblock *mb) in motion_vector_field() 705 reset_predictor(struct vl_mpg12_bs *bs) { in reset_predictor() 710 decode_dct(struct vl_mpg12_bs *bs, struct pipe_mpeg12_macroblock *mb, int scale) in decode_dct() 809 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice() 969 vl_mpg12_bs_init(struct vl_mpg12_bs *bs, struct pipe_video_codec *decoder) in vl_mpg12_bs_init() 986 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, in vl_mpg12_bs_decode()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_denoiser.c | 28 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) { in absdiff_thresh() 33 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) { in delta_thresh() 39 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { in noise_motion_thresh() 45 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { in sse_thresh() 49 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, in sse_diff_thresh() 61 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { in total_adj_weak_thresh() 71 BLOCK_SIZE bs, int motion_magnitude) { in vp9_denoiser_filter_c() 188 VP9_COMMON *const cm, VP9_DENOISER *denoiser, MACROBLOCK *mb, BLOCK_SIZE bs, in perform_motion_compensation() 328 BLOCK_SIZE bs, PICK_MODE_CONTEXT *ctx, in vp9_denoiser_denoise()
|