Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 159) sorted by relevance

1234567

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPack.java8 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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DPack.java5 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
14 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
30 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
45 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
54 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
61 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
77 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian()
90 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian()
99 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt()
108 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt()
[all …]
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Doverflow.pass.cpp44 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
Dunderflow.pass.cpp44 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
Dpbackfail.pass.cpp44 std::ifstream bs("underflow.dat"); in main() local
51 std::fstream bs("underflow.dat"); in main() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c37 static int absdiff_thresh(BLOCK_SIZE bs, int increase_denoising) { in absdiff_thresh()
42 static int delta_thresh(BLOCK_SIZE bs, int increase_denoising) { in delta_thresh()
48 static int noise_motion_thresh(BLOCK_SIZE bs, int increase_denoising) { in noise_motion_thresh()
54 static unsigned int sse_thresh(BLOCK_SIZE bs, int increase_denoising) { in sse_thresh()
58 static int sse_diff_thresh(BLOCK_SIZE bs, int increase_denoising, in sse_diff_thresh()
68 static int total_adj_strong_thresh(BLOCK_SIZE bs, int increase_denoising) { in total_adj_strong_thresh()
72 static int total_adj_weak_thresh(BLOCK_SIZE bs, int increase_denoising) { in total_adj_weak_thresh()
81 BLOCK_SIZE bs) { in denoiser_filter()
173 const uint8_t *src, int src_stride, BLOCK_SIZE bs) { in copy_block()
184 BLOCK_SIZE bs, in perform_motion_compensation()
[all …]
/external/clang/test/CodeGenCXX/
Ddefault-arguments.cpp37 B bs[2]; in f1() local
41 B bs[2]; member
63 B *bs = new B[2]; in f3() local
/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp100 UINT CLatmDemux_GetValue(HANDLE_FDK_BITSTREAM bs) in CLatmDemux_GetValue()
119 HANDLE_FDK_BITSTREAM bs, in CLatmDemux_ReadAudioMuxElement()
158 HANDLE_FDK_BITSTREAM bs, in CLatmDemux_Read()
212 HANDLE_FDK_BITSTREAM bs, in CLatmDemux_ReadStreamMuxConfig()
363 TRANSPORTDEC_ERROR CLatmDemux_ReadPayloadLengthInfo(HANDLE_FDK_BITSTREAM bs, CLatmDemux *pLatmDemux) in CLatmDemux_ReadPayloadLengthInfo()
396 int CLatmDemux_ReadAuChunkLengthInfo(HANDLE_FDK_BITSTREAM bs) in CLatmDemux_ReadAuChunkLengthInfo()
Dtpdec_asc.cpp126 HANDLE_FDK_BITSTREAM bs, in CProgramConfig_ReadHeightExt()
180 HANDLE_FDK_BITSTREAM bs, in CProgramConfig_Read()
969 static AUDIO_OBJECT_TYPE getAOT(HANDLE_FDK_BITSTREAM bs) in getAOT()
982 static INT getSampleRate(HANDLE_FDK_BITSTREAM bs, UCHAR *index, int nBits) in getSampleRate()
1006 HANDLE_FDK_BITSTREAM bs, in GaSpecificConfig_Parse()
1163 … AudioSpecificConfig_ExtensionParse(CSAudioSpecificConfig *self, HANDLE_FDK_BITSTREAM bs, CSTpCall… in AudioSpecificConfig_ExtensionParse()
1239 HANDLE_FDK_BITSTREAM bs, in AudioSpecificConfig_Parse()
/external/libyuv/files/include/libyuv/
Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \ argument
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \ argument
125 #define BayerRGBToARGB(b, bs, f, a, as, w, h) BayerToARGB(b, bs, a, as, w, h, f) argument
155 #define ARGBToBayerRGB(a, as, b, bs, f, w, h) ARGBToBayer(b, bs, a, as, w, h, f) argument
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \ argument
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \ argument
125 #define BayerRGBToARGB(b, bs, f, a, as, w, h) BayerToARGB(b, bs, a, as, w, h, f) argument
155 #define ARGBToBayerRGB(a, as, b, bs, f, w, h) ARGBToBayer(b, bs, a, as, w, h, f) argument
/external/bzip2/
Dbzip2recover.c156 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/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
Dctor_err_string.pass.cpp50 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
63 std::string bs = myconv.to_bytes(L"\xDA83"); in main() local
Dto_bytes.pass.cpp28 std::string bs = myconv.to_bytes(ws[0]); in main() local
Dfrom_bytes.pass.cpp27 std::string bs("\xF1\x80\x80\x83"); in main() local
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c627 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()
790 decode_slice(struct vl_mpg12_bs *bs, struct pipe_video_buffer *target) in decode_slice()
939 vl_mpg12_bs_init(struct vl_mpg12_bs *bs, struct pipe_video_decoder *decoder) in vl_mpg12_bs_init()
956 vl_mpg12_bs_decode(struct vl_mpg12_bs *bs, in vl_mpg12_bs_decode()
/external/ceres-solver/internal/ceres/
Dpartitioned_matrix_view_impl.h52 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in PartitionedMatrixView() local
100 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in RightMultiplyE() local
123 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in RightMultiplyF() local
166 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in LeftMultiplyE() local
189 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in LeftMultiplyF() local
237 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in CreateBlockDiagonalMatrixLayout() local
302 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in UpdateBlockDiagonalEtE() local
334 const CompressedRowBlockStructure* bs = matrix_.block_structure(); in UpdateBlockDiagonalFtF() local
Dschur_eliminator_impl.h81 Init(int num_eliminate_blocks, const CompressedRowBlockStructure* bs) { in Init()
183 const CompressedRowBlockStructure* bs = A->block_structure(); in Eliminate() local
309 const CompressedRowBlockStructure* bs = A->block_structure(); in BackSubstitute() local
380 const CompressedRowBlockStructure* bs = A->block_structure(); in UpdateRhs() local
443 const CompressedRowBlockStructure* bs = A->block_structure(); in ChunkDiagonalBlockAndGradient() local
499 ChunkOuterProduct(const CompressedRowBlockStructure* bs, in ChunkOuterProduct()
561 const CompressedRowBlockStructure* bs = A->block_structure(); in NoEBlockRowsUpdate() local
599 const CompressedRowBlockStructure* bs = A->block_structure(); in NoEBlockRowOuterProduct() local
652 const CompressedRowBlockStructure* bs = A->block_structure(); in EBlockRowOuterProduct() local
Dvisibility_based_preconditioner.cc72 const CompressedRowBlockStructure& bs, in VisibilityBasedPreconditioner()
140 const CompressedRowBlockStructure& bs) { in ComputeClusterJacobiSparsity()
158 const CompressedRowBlockStructure& bs) { in ComputeClusterTridiagonalSparsity()
179 const CompressedRowBlockStructure& bs) { in InitStorage()
246 const CompressedRowBlockStructure& bs) { in ComputeBlockPairsInPreconditioner()
330 const CompressedRowBlockStructure& bs) { in InitEliminator()
Dschur_jacobi_preconditioner.cc48 const CompressedRowBlockStructure& bs, in SchurJacobiPreconditioner()
72 const CompressedRowBlockStructure& bs) { in InitEliminator()
Dschur_eliminator_test.cc69 const CompressedRowBlockStructure* bs = A->block_structure(); in SetupHelper() local
109 const CompressedRowBlockStructure* bs = A->block_structure(); in ComputeReferenceSolution() local
130 const CompressedRowBlockStructure* bs = A->block_structure(); in EliminateSolveAndCompare() local
/external/aac/libAACdec/src/
Drvlc.cpp116 HANDLE_FDK_BITSTREAM bs) in rvlcInit()
226 HANDLE_FDK_BITSTREAM bs) in rvlcDecodeEscapeWord()
302 HANDLE_FDK_BITSTREAM bs) in rvlcDecodeEscapes()
344 SCHAR decodeRVLCodeword (HANDLE_FDK_BITSTREAM bs, CErRvlcInfo *pRvlc) in decodeRVLCodeword()
417 HANDLE_FDK_BITSTREAM bs) in rvlcDecodeForward()
608 HANDLE_FDK_BITSTREAM bs) in rvlcDecodeBackward()
1054 HANDLE_FDK_BITSTREAM bs) in CRvlc_Read()
1129 HANDLE_FDK_BITSTREAM bs in CRvlc_Decode()
Dchannelinfo.cpp98 HANDLE_FDK_BITSTREAM bs, in IcsReadMaxSfb()
124 AAC_DECODER_ERROR IcsRead(HANDLE_FDK_BITSTREAM bs, in IcsRead()
/external/boringssl/src/crypto/asn1/
Dt_bitst.c64 int ASN1_BIT_STRING_name_print(BIO *out, ASN1_BIT_STRING *bs, in ASN1_BIT_STRING_name_print()
81 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, char *name, int value, in ASN1_BIT_STRING_set_asc()
/external/fio/profiles/
Dtiobench.c7 static unsigned int bs = 4096; variable
28 unsigned int bs; member

1234567