Home
last modified time | relevance | path

Searched +defs:bit +defs:dst (Results 1 – 25 of 43) sorted by relevance

12

/external/skia/src/codec/
DSkCodec_wbmp.cpp59 static SkPMColor bit_to_pmcolor(U8CPU bit) { return bit ? WHITE : BLACK; } in bit_to_pmcolor()
61 static uint8_t bit_to_bit(U8CPU bit) { return bit; } in bit_to_bit()
63 static uint8_t bit_to_grayscale(U8CPU bit) { in bit_to_grayscale()
67 static uint16_t bit_to_rgb565(U8CPU bit) { in bit_to_rgb565()
77 T* dst = reinterpret_cast<T*>(dstptr); in expand_bits_to_T() local
139 uint8_t* dst = static_cast<uint8_t*>(pixels); in onGetPixels() local
/external/selinux/libsepol/src/
Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_or()
61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union()
74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) in ebitmap_and()
88 int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) in ebitmap_xor()
101 int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit) in ebitmap_not()
114 int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot()
171 int ebitmap_cpy(ebitmap_t * dst, const ebitmap_t * src) in ebitmap_cpy()
227 int ebitmap_get_bit(const ebitmap_t * e, unsigned int bit) in ebitmap_get_bit()
248 int ebitmap_set_bit(ebitmap_t * e, unsigned int bit, int value) in ebitmap_set_bit()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit()
94 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit()
113 GLuint bit = 0; in get_bitmap_rect() local
179 struct intel_region *dst; in do_blit_bitmap() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit()
94 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit()
113 GLuint bit = 0; in get_bitmap_rect() local
179 struct intel_region *dst; in do_blit_bitmap() local
Dbrw_wm_fp.c97 static struct prog_src_register src_reg_from_dst(struct prog_dst_register dst) in src_reg_from_dst()
162 int bit = ffs( ~c->fp_temp ); in get_temp() local
370 struct prog_dst_register dst = dst_reg(PROGRAM_INPUT, idx); in emit_interp() local
561 struct prog_dst_register dst = inst->DstReg; in precalc_dst() local
624 struct prog_dst_register dst = inst->DstReg; in precalc_lit() local
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) in test_bit()
94 static void set_bit( GLubyte *dest, GLuint bit ) in set_bit()
113 GLuint bit = 0; in get_bitmap_rect() local
179 struct intel_region *dst; in do_blit_bitmap() local
Di915_fragprog.c249 translate_tex_src_target(struct i915_fragment_program *p, GLubyte bit) in translate_tex_src_target()
410 GLuint tmp = 0, dst, consts0 = 0, consts1 = 0; in upload_program() local
Dintel_tris.c628 #define INTEL_COLOR( dst, src ) \ argument
636 #define INTEL_SPEC( dst, src ) \ argument
1197 getFallbackString(GLuint bit) in getFallbackString()
1214 intelFallback(struct intel_context *intel, GLbitfield bit, bool mode) in intelFallback()
/external/mesa3d/src/mesa/main/
Dtexcompress_etc_tmp.h120 int modifier, bit, idx, blk; in TAG() local
157 uint8_t *dst = dst_row + (y + j) * dst_stride + x * comps; in etc1_unpack_rgba8888() local
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp295 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT; in Framebuffer() local
527 void StencilClearsTest::render (sglr::Context& context, Surface& dst) in render()
618 void SharedColorbufferTest::render (sglr::Context& context, Surface& dst) in render()
748 void SharedColorbufferClearsTest::render (sglr::Context& context, Surface& dst) in render()
857 void SharedDepthStencilTest::render (sglr::Context& context, Surface& dst) in render()
891 deUint32 bit = ndx ? GL_STENCIL_BUFFER_BIT : GL_DEPTH_BUFFER_BIT; in render() local
1109 void ResizeTest::render (sglr::Context& context, Surface& dst) in render()
1265 void RecreateBuffersTest::render (sglr::Context& ctx, Surface& dst) in render()
1332 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT in render() local
1370 deUint32 bit = ndx == 0 ? GL_COLOR_BUFFER_BIT : in render() local
/external/libvncserver/libvncserver/
Dcursor.c259 unsigned char bit; in rfbMakeXCursor() local
377 unsigned char bit; in rfbMakeXCursorFromRichCursor() local
447 unsigned char bit; in rfbMakeRichCursorFromXCursor() local
615 unsigned char *dst = (unsigned char *) dest; in rfbShowCursor() local
713 unsigned char bit; in rfbPrintXCursor() local
/external/v8/src/x87/
Dassembler-x87.h94 int bit() const { in bit() function
603 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b()
605 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
622 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b()
625 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w()
628 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b()
631 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w()
650 void add(Register dst, Register src) { add(dst, Operand(src)); } in add()
653 void add(Register dst, const Immediate& imm) { add(Operand(dst), imm); } in add()
658 void and_(Register dst, Register src) { and_(dst, Operand(src)); } in and_()
[all …]
/external/v8/src/ia32/
Dassembler-ia32.h94 int bit() const { in bit() function
614 void mov_b(Register dst, Register src) { mov_b(dst, Operand(src)); } in mov_b()
616 void mov_b(Register dst, int8_t imm8) { mov_b(Operand(dst), imm8); } in mov_b()
633 void movsx_b(Register dst, Register src) { movsx_b(dst, Operand(src)); } in movsx_b()
636 void movsx_w(Register dst, Register src) { movsx_w(dst, Operand(src)); } in movsx_w()
639 void movzx_b(Register dst, Register src) { movzx_b(dst, Operand(src)); } in movzx_b()
642 void movzx_w(Register dst, Register src) { movzx_w(dst, Operand(src)); } in movzx_w()
646 void cmov(Condition cc, Register dst, Register src) { in cmov()
667 void add(Register dst, Register src) { add(dst, Operand(src)); } in add()
670 void add(Register dst, const Immediate& imm) { add(Operand(dst), imm); } in add()
[all …]
/external/lldb/source/Core/
DRegisterValue.cpp110 void *dst, in GetAsMemoryData()
1127 RegisterValue::ClearBit (uint32_t bit) in ClearBit()
1201 RegisterValue::SetBit (uint32_t bit) in SetBit()
/external/v8/src/x64/
Dassembler-x64.h122 int bit() const { in bit() function
754 void cmpb(Register dst, Immediate src) { in cmpb()
760 void cmpb(Register dst, Register src) { in cmpb()
764 void cmpb(Register dst, const Operand& src) { in cmpb()
768 void cmpb(const Operand& dst, Register src) { in cmpb()
772 void cmpb(const Operand& dst, Immediate src) { in cmpb()
776 void cmpw(const Operand& dst, Immediate src) { in cmpw()
780 void cmpw(Register dst, Immediate src) { in cmpw()
784 void cmpw(Register dst, const Operand& src) { in cmpw()
788 void cmpw(Register dst, Register src) { in cmpw()
[all …]
/external/llvm/lib/Support/
DAPInt.cpp2349 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet()
2362 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign()
2385 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit()
2393 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit()
2400 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit()
2449 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract()
2483 APInt::tcAdd(integerPart *dst, const integerPart *rhs, in tcAdd()
2508 APInt::tcSubtract(integerPart *dst, const integerPart *rhs, in tcSubtract()
2533 APInt::tcNegate(integerPart *dst, unsigned int parts) in tcNegate()
2551 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart()
[all …]
DAPFloat.cpp362 shiftRight(integerPart *dst, unsigned int parts, unsigned int bits) in shiftRight()
455 powerOf5(integerPart *dst, unsigned int power) in powerOf5()
526 partAsHex (char *dst, integerPart part, unsigned int count, in partAsHex()
544 writeUnsignedDecimal (char *dst, unsigned int n) in writeUnsignedDecimal()
562 writeSignedDecimal (char *dst, int value) in writeSignedDecimal()
1048 unsigned int bit, i, partsCount; in divideSignificand() local
2243 integerPart *dst; in convertFromUnsignedParts() local
2694 APFloat::convertToHexString(char *dst, unsigned int hexDigits, in convertToHexString()
2742 APFloat::convertNormalToHexString(char *dst, unsigned int hexDigits, in convertNormalToHexString()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c297 struct ureg_dst dst = dst_register( t, in translate_dst() local
399 struct ureg_dst dst, in emit_swz()
448 unsigned bit = 1 << i; in emit_swz() local
515 struct ureg_dst dst, in emit_ddy()
677 struct ureg_dst dst[1] = { { 0 } }; in compile_instruction() local
/external/blktrace/
Dblkparse.c225 struct blk_io_trace *bit; member
573 static void handle_notify(struct blk_io_trace *bit) in handle_notify()
751 static inline void bit_free(struct blk_io_trace *bit) in bit_free()
766 struct blk_io_trace *bit = bit_alloc_list; in bit_alloc() local
1168 static void check_time(struct per_dev_info *pdi, struct blk_io_trace *bit) in check_time()
1631 static char *size_cnv(char *dst, unsigned long long num, int in_kb) in size_cnv()
1894 static inline int check_stopwatch(struct blk_io_trace *bit) in check_stopwatch()
1917 struct blk_io_trace *bit = t->bit; in sort_entries() local
1992 struct blk_io_trace *bit = t->bit; in check_sequence() local
2043 struct blk_io_trace *bit; in show_entries_rb() local
[all …]
/external/vixl/src/vixl/a64/
Dlogic-a64.cc387 LogicVRegister dst, in ld1()
398 LogicVRegister dst, in ld1()
406 LogicVRegister dst, in ld1r()
605 LogicVRegister dst, in st2()
620 LogicVRegister dst, in st2()
631 LogicVRegister dst, in st3()
650 LogicVRegister dst, in st3()
663 LogicVRegister dst, in st4()
686 LogicVRegister dst, in st4()
701 LogicVRegister dst, in cmp()
[all …]
/external/pcre/dist/sljit/
DsljitNativePPC_common.c1133 sljit_si dst, sljit_sw dstw, in emit_op()
1311 sljit_si dst, sljit_sw dstw, in sljit_emit_op1()
1466 sljit_si dst, sljit_sw dstw, in sljit_emit_op2()
1728 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convw_fromd()
1796 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1_convd_fromw()
1891 sljit_si dst, sljit_sw dstw, in sljit_emit_fop1()
1943 sljit_si dst, sljit_sw dstw, in sljit_emit_fop2()
2027 …RIBUTE sljit_si sljit_emit_fast_enter(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw) in sljit_emit_fast_enter()
2222 #define GET_CR_BIT(bit, dst) \ argument
2226 #define INVERT_BIT(dst) \ argument
[all …]
/external/ppp/pppd/
Dipxcp.c261 setipxnodevalue(src,dst) in setipxnodevalue() argument
417 copy_node (src, dst) in copy_node() argument
428 compare_node (src, dst) in compare_node() argument
941 #define REJCIPROTO(opt, neg, val, bit) \ argument
/external/deqp/framework/common/
DtcuCompressedTexture.cpp323 inline deUint32 getBit (deUint64 src, int bit) in getBit()
828 void decompressETC1 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC1()
838 void decompressETC2 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2()
848 void decompressETC2_EAC_RGBA8 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2_EAC_RGBA8()
883 void decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1 (const PixelBufferAccess& dst, const deUint8* src) in decompressETC2_RGB8_PUNCHTHROUGH_ALPHA1()
916 void decompressEAC_R11 (const PixelBufferAccess& dst, const deUint8* src, bool signedMode) in decompressEAC_R11()
955 void decompressEAC_RG11 (const PixelBufferAccess& dst, const deUint8* src, bool signedMode) in decompressEAC_RG11()
1041 deUint32 dst = 0; in bitReplicationScale() local
1356 inline void setASTCErrorColorBlock (void* dst, int blockWidth, int blockHeight, bool isSRGB) in setASTCErrorColorBlock()
1384 void decodeVoidExtentBlock (void* dst, const Block128& blockData, int blockWidth, int blockHeight, … in decodeVoidExtentBlock()
[all …]
/external/tcpdump/
Dprint-802_11.c1715 const u_int8_t *src, *dst; in ieee802_11_print() local
1882 print_radiotap_field(struct cpack_state *s, u_int32_t bit, u_int8_t *flags, in print_radiotap_field()
2215 enum ieee80211_radiotap_type bit; in ieee802_11_radio_print() local
/external/fio/
Dclient.c808 static void convert_io_stat(struct io_stat *dst, struct io_stat *src) in convert_io_stat()
821 static void convert_ts(struct thread_stat *dst, struct thread_stat *src) in convert_ts()
896 static void convert_gs(struct group_run_stats *dst, struct group_run_stats *src) in convert_gs()
1057 void fio_client_sum_jobs_eta(struct jobs_eta *dst, struct jobs_eta *je) in fio_client_sum_jobs_eta()
1169 char bit[16]; in handle_probe() local

12