Home
last modified time | relevance | path

Searched refs:STORE8 (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/backend/
H A Dapple.c96 #define STORE8(p,v) \ macro
380 STORE8 (cmd + 4, sizeof (result)); in request_sense()
675 STORE8 (WP + 22, s->val[OPT_BRIGHTNESS].w); in scan_area_and_windows()
676 STORE8 (WP + 23, s->val[OPT_THRESHOLD].w); in scan_area_and_windows()
677 STORE8 (WP + 24, s->val[OPT_CONTRAST].w); in scan_area_and_windows()
682 STORE8 (WP + 25, 0) in scan_area_and_windows()
684 STORE8 (WP + 25, 1) in scan_area_and_windows()
687 STORE8 (WP + 25, 2) in scan_area_and_windows()
689 STORE8 (WP + 25, 3) in scan_area_and_windows()
691 STORE8 (W in scan_area_and_windows()
[all...]
H A Dabaton.c162 #define STORE8(ptr, val) (*((uint8_t *) ptr) = val) macro
283 STORE8 (cmd + 4, sizeof (result)); in request_sense()
338 STORE8 (window + 14, s->val[OPT_BRIGHTNESS].w); in set_window()
339 STORE8 (window + 15, s->val[OPT_THRESHOLD].w); in set_window()
340 STORE8 (window + 16, s->val[OPT_CONTRAST].w); in set_window()
346 STORE8 (window + 17, 0); in set_window()
350 STORE8 (window + 17, 1); in set_window()
355 STORE8 (window + 17, 2); in set_window()
364 STORE8 (window + 18, s->bpp); in set_window()
368 STORE8 (windo in set_window()
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_init.c78 #define STORE8(p)\ in imdct_half_altivec() macro
94 STORE8(0); in imdct_half_altivec()
95 STORE8(1); in imdct_half_altivec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp103 unsigned STORE8; member
318 STORE_OPCODE(STORE8, STRBi12); in OpcodeCache()
366 return isStore ? Opcodes.STORE8 : Opcodes.LOAD8; in selectLoadStoreOpCode()
1101 if (ValSize == 1 && NewOpc == Opcodes.STORE8) { in select()
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm658 %macro STORE8 2
736 STORE8 %1, %2

Completed in 7 milliseconds