| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | formats.h | 20 FORMAT(aifc) 21 FORMAT(aiff) 22 FORMAT(al) 23 FORMAT(au) 24 FORMAT(avr) 25 FORMAT(cdr) 26 FORMAT(cvsd) 27 FORMAT(cvu) 28 FORMAT(dat) 29 FORMAT(dvms) [all …]
|
| H A D | formats.c | 1217 #define FORMAT(f) f, macro 1219 #undef FORMAT 1234 #define FORMAT(f) extern sox_format_handler_t const * lsx_##f##_format_fn(void); macro 1236 #undef FORMAT 1239 #define FORMAT(f) {NULL, lsx_##f##_format_fn}, macro 1241 #undef FORMAT
|
| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | pcm.c | 164 #define FORMAT(v) [SNDRV_PCM_FORMAT_##v] = #v macro 167 FORMAT(S8), 168 FORMAT(U8), 169 FORMAT(S16_LE), 170 FORMAT(S16_BE), 171 FORMAT(U16_LE), 172 FORMAT(U16_BE), 173 FORMAT(S24_LE), 174 FORMAT(S24_BE), 175 FORMAT(U24_LE), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bo0039.c | 80 FORMAT, in nv04_bo_move_m2mf() 81 NVVAL(NV039, FORMAT, IN, 1) | in nv04_bo_move_m2mf() 82 NVVAL(NV039, FORMAT, OUT, 1), in nv04_bo_move_m2mf()
|
| H A D | nouveau_bo5039.c | 119 FORMAT, in nv50_bo_move_m2mf() 120 NVDEF(NV5039, FORMAT, IN, ONE) | in nv50_bo_move_m2mf() 121 NVDEF(NV5039, FORMAT, OUT, ONE), in nv50_bo_move_m2mf()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/ |
| H A D | __init__.py | 16 FORMAT = '%(asctime)-15s %(message)s' 17 logging.basicConfig(level=numeric_level, filename=logfile, format=FORMAT)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | machmode.def | 51 A FORMAT argument must be one of the real_mode_format structures 83 FLOAT_MODE (MODE, BYTESIZE, FORMAT); 85 using floating point format FORMAT. 88 FRACTIONAL_FLOAT_MODE (MODE, PRECISION, BYTESIZE, FORMAT); 91 floating point format FORMAT. 93 DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT); 97 FRACTIONAL_DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT); 119 RESET_FLOAT_FORMAT (MODE, FORMAT); 121 to FORMAT. Use in an ARCH-modes.def to reset the format 174 Unlike a FORMAT argument, if you are adjusting a float format
|
| H A D | pretty-print.h | 326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument 329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | machmode.def | 51 A FORMAT argument must be one of the real_mode_format structures 83 FLOAT_MODE (MODE, BYTESIZE, FORMAT); 85 using floating point format FORMAT. 88 FRACTIONAL_FLOAT_MODE (MODE, PRECISION, BYTESIZE, FORMAT); 91 floating point format FORMAT. 93 DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT); 97 FRACTIONAL_DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT); 119 RESET_FLOAT_FORMAT (MODE, FORMAT); 121 to FORMAT. Use in an ARCH-modes.def to reset the format 174 Unlike a FORMAT argument, if you are adjusting a float format
|
| H A D | pretty-print.h | 326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument 329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | head827d.c | 41 NVDEF(NV827D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head827d_curs_clr() 60 NVVAL(NV827D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head827d_curs_set() 97 NVVAL(NV827D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head827d_core_set()
|
| H A D | head907d.c | 164 NVDEF(NV907D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head907d_curs_clr() 183 NVVAL(NV907D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head907d_curs_set() 233 NVVAL(NV907D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head907d_core_set()
|
| H A D | head507d.c | 134 NVDEF(NV507D, HEAD_SET_CONTROL_CURSOR, FORMAT, A8R8G8B8) | in head507d_curs_clr() 151 NVVAL(NV507D, HEAD_SET_CONTROL_CURSOR, FORMAT, asyh->curs.format) | in head507d_curs_set() 226 NVVAL(NV507D, HEAD_SET_PARAMS, FORMAT, asyh->core.format) | in head507d_core_set()
|
| H A D | ovly907e.c | 60 NVVAL(NV907E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly907e_image_set()
|
| H A D | ovly827e.c | 63 NVVAL(NV827E, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in ovly827e_image_set()
|
| H A D | base827c.c | 73 NVVAL(NV827C, SURFACE_SET_PARAMS, FORMAT, asyw->image.format) | in base827c_image_set()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/postprocess/ |
| H A D | trace-pagealloc-postprocess.pl | 97 if (!open (FORMAT, "/sys/kernel/debug/tracing/events/$event/format")) { 101 while (!eof(FORMAT)) { 102 $line = <FORMAT>;
|
| H A D | trace-vmscan-postprocess.pl | 143 if (!open (FORMAT, "/sys/kernel/debug/tracing/events/$event/format")) { 148 while (!eof(FORMAT)) { 149 $line = <FORMAT>;
|
| /OK3568_Linux_fs/external/rktoolkit/ |
| H A D | vendor_storage.c | 61 #define GET_PR_FORMAT(ID, FORMAT) \ argument 63 FORMAT = VENDOR_PR_STRING; \ 65 FORMAT = VENDOR_PR_HEX;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | Makefile | 245 FORMAT ?= .gz macro 246 TAR_PATH = $(abspath ${INSTALL_PATH}/kselftest-packages/kselftest.tar${FORMAT})
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf_errno.c | 25 [ERRCODE_OFFSET(FORMAT)] = "BPF object format invalid",
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 571 FORMAT = '<2H2I' variable in ImageChunk 691 if chunk_hdr_sz != struct.calcsize(ImageChunk.FORMAT): 708 header_bin = self._image.read(struct.calcsize(ImageChunk.FORMAT)) 709 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT, 711 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 815 self._image.write(struct.pack(ImageChunk.FORMAT, 819 struct.calcsize(ImageChunk.FORMAT))) 843 self._image.write(struct.pack(ImageChunk.FORMAT, 848 struct.calcsize(ImageChunk.FORMAT))) 876 self._image.write(struct.pack(ImageChunk.FORMAT, [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/progressbar/ |
| H A D | widgets.py | 170 FORMAT = '%6.2f %s%s/s' variable in FileTransferSpeed 187 return self.FORMAT % (scaled, self.PREFIXES[power], self.unit)
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 667 FORMAT = '<2H2I' variable in ImageChunk 796 if chunk_hdr_sz != struct.calcsize(ImageChunk.FORMAT): 813 header_bin = self._image.read(struct.calcsize(ImageChunk.FORMAT)) 814 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT, 816 data_sz = total_sz - struct.calcsize(ImageChunk.FORMAT) 926 self._image.write(struct.pack(ImageChunk.FORMAT, 930 struct.calcsize(ImageChunk.FORMAT))) 960 self._image.write(struct.pack(ImageChunk.FORMAT, 965 struct.calcsize(ImageChunk.FORMAT))) 999 self._image.write(struct.pack(ImageChunk.FORMAT, [all …]
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-btf.rst | 23 | **bpftool** **btf dump** *BTF_SRC* [**format** *FORMAT*] 27 | *FORMAT* := { **raw** | **c** }
|