/external/libopus/celt/dump_modes/ |
D | dump_modes.c | 60 CELTMode *mode = modes[i]; in dump_modes() local 61 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes() 75 CELTMode *mode = modes[i]; in dump_modes() local 79 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_modes() 80 standard = (mode->Fs == 400*(opus_int32)mode->shortMdctSize); in dump_modes() 81 framerate = mode->Fs/mode->shortMdctSize; in dump_modes() 85 fprintf(file, "#ifndef DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 86 fprintf(file, "#define DEF_EBANDS%d_%d\n", mode->Fs, mdctSize); in dump_modes() 87 …fprintf (file, "static const opus_int16 eBands%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands… in dump_modes() 88 for (j=0;j<mode->nbEBands+2;j++) in dump_modes() [all …]
|
D | dump_modes_arm_ne10.c | 59 CELTMode *mode = modes[i]; in dump_modes_arch_init() local 60 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts); in dump_modes_arch_init() 71 void dump_mode_arch(CELTMode *mode) in dump_mode_arch() argument 76 mdctSize = mode->shortMdctSize*mode->nbShortMdcts; in dump_mode_arch() 78 fprintf(file, "#ifndef NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize); in dump_mode_arch() 79 fprintf(file, "#define NE10_FFT_PARAMS%d_%d\n", mode->Fs, mdctSize); in dump_mode_arch() 81 for(k=0;k<=mode->mdct.maxshift;k++) { in dump_mode_arch() 83 cfg = (NE10_FFT_CFG_TYPE_T)mode->mdct.kfft[k]->arch_fft->priv; in dump_mode_arch() 87 mode->mdct.kfft[k]->nfft, (NE10_MAXFACTORS * 2)); in dump_mode_arch() 95 for(k=0;k<=mode->mdct.maxshift;k++) { in dump_mode_arch() [all …]
|
/external/libopus/celt/ |
D | modes.c | 167 static void compute_allocation_table(CELTMode *mode) in compute_allocation_table() argument 173 mode->nbAllocVectors = BITALLOC_SIZE; in compute_allocation_table() 174 allocVectors = opus_alloc(sizeof(unsigned char)*(BITALLOC_SIZE*mode->nbEBands)); in compute_allocation_table() 179 if (mode->Fs == 400*(opus_int32)mode->shortMdctSize) in compute_allocation_table() 181 for (i=0;i<BITALLOC_SIZE*mode->nbEBands;i++) in compute_allocation_table() 183 mode->allocVectors = allocVectors; in compute_allocation_table() 190 for (j=0;j<mode->nbEBands;j++) in compute_allocation_table() 195 … if (400*(opus_int32)eband5ms[k] > mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize) in compute_allocation_table() 199 allocVectors[i*mode->nbEBands+j] = band_allocation[i*maxBands + maxBands-1]; in compute_allocation_table() 202 … a1 = mode->eBands[j]*(opus_int32)mode->Fs/mode->shortMdctSize - 400*(opus_int32)eband5ms[k-1]; in compute_allocation_table() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | set-gpr-idx-peephole.mir | 10 …; GCN: S_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit … 13 ; GCN: S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 14 …S_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit undef $… 16 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 17 …S_SET_GPR_IDX_ON killed $sgpr2, 1, implicit-def $mode, implicit-def $m0, implicit $mode, implicit… 19 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 28 …_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $m0, implicit-def $mode, implicit undef $m0, implicit $mode 32 ; GCN: S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode 33 …_SET_GPR_IDX_ON $sgpr2, 1, implicit-def $m0, implicit-def $mode, implicit undef $m0, implicit $mode 35 S_SET_GPR_IDX_OFF implicit-def $mode, implicit $mode [all …]
|
/external/mesa3d/src/glx/ |
D | glxconfig.c | 52 glx_config_get(struct glx_config * mode, int attribute, int *value_return) in glx_config_get() argument 59 *value_return = mode->rgbBits; in glx_config_get() 62 *value_return = !(mode->renderType & GLX_COLOR_INDEX_BIT); in glx_config_get() 65 *value_return = mode->redBits; in glx_config_get() 68 *value_return = mode->greenBits; in glx_config_get() 71 *value_return = mode->blueBits; in glx_config_get() 74 *value_return = mode->alphaBits; in glx_config_get() 77 *value_return = mode->doubleBufferMode; in glx_config_get() 80 *value_return = mode->stereoMode; in glx_config_get() 83 *value_return = mode->numAuxBuffers; in glx_config_get() [all …]
|
/external/e2fsprogs/tests/f_journal/ |
D | expect.1 | 2 Clearing orphaned inode 37 (uid=0, gid=0, mode=0100600, size=4096) 3 Clearing orphaned inode 90 (uid=0, gid=0, mode=040700, size=1024) 4 Clearing orphaned inode 67 (uid=0, gid=0, mode=0100600, size=4096) 5 Clearing orphaned inode 50 (uid=0, gid=0, mode=0100600, size=4096) 6 Clearing orphaned inode 57 (uid=0, gid=0, mode=040700, size=1024) 7 Clearing orphaned inode 80 (uid=0, gid=0, mode=040700, size=1024) 8 Clearing orphaned inode 45 (uid=0, gid=0, mode=040700, size=1024) 9 Clearing orphaned inode 71 (uid=0, gid=0, mode=0100600, size=4096) 10 Clearing orphaned inode 86 (uid=0, gid=0, mode=040700, size=1024) 11 Clearing orphaned inode 83 (uid=0, gid=0, mode=040700, size=1024) [all …]
|
/external/rust/crates/syn/src/ |
D | custom_punctuation.rs | 237 ($mode:ident, +) => { 1 }; 238 ($mode:ident, +=) => { 2 }; 239 ($mode:ident, &) => { 1 }; 240 ($mode:ident, &&) => { 2 }; 241 ($mode:ident, &=) => { 2 }; 242 ($mode:ident, @) => { 1 }; 243 ($mode:ident, !) => { 1 }; 244 ($mode:ident, ^) => { 1 }; 245 ($mode:ident, ^=) => { 2 }; 246 ($mode:ident, :) => { 1 }; [all …]
|
/external/python/cpython3/Modules/ |
D | _stat.c | 92 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) argument 96 # define S_ISFIFO(mode) (((mode) & S_IFMT) == S_IFIFO) argument 100 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) argument 104 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) argument 108 # define S_ISDOOR(mode) 0 argument 112 # define S_ISPORT(mode) 0 argument 116 # define S_ISWHT(mode) 0 argument 255 mode_t mode; in _PyLong_AsMode_t() local 261 mode = (mode_t)value; in _PyLong_AsMode_t() 262 if ((unsigned long)mode != value) { in _PyLong_AsMode_t() [all …]
|
/external/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 10 typedef T __attribute__((mode(QI))) T1; in CheckEnumerations() 11 typedef T T2 __attribute__((mode(HI))); in CheckEnumerations() 12 …typedef T __attribute__((mode(V8SI))) T3; // expected-error{{mode 'V8SI' is not supported for enum… in CheckEnumerations() 15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations() 16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations() 17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() 19 …typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supp… in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 28 …typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 36 …typedef T __attribute__((mode(QI))) T1; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-mode-tmpl.cpp | 10 typedef T __attribute__((mode(QI))) T1; in CheckEnumerations() 11 typedef T T2 __attribute__((mode(HI))); in CheckEnumerations() 12 …typedef T __attribute__((mode(V8SI))) T3; // expected-error{{mode 'V8SI' is not supported for enum… in CheckEnumerations() 15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations() 16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations() 17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() 19 …typedef enum { A7, B7 } __attribute__((mode(V2QI))) T7; // expected-error{{mode 'V2QI' is not supp… in CheckEnumerations() 27 …typedef T __attribute__((mode(QI))) T1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 28 …typedef T __attribute__((mode(V2SI))) VT1; // expected-error{{mode attribute only supported for in… in CheckPrimitiveTypes() 36 …typedef T __attribute__((mode(QI))) T1; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.hpp | 69 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter() argument 71 …return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode =… in isNearestMipmapFilter() 74 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter() argument 76 …return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR || mode == … in isLinearMipmapFilter() 79 inline bool isMipmapFilter(const Sampler::FilterMode mode) in isMipmapFilter() argument 81 return isNearestMipmapFilter(mode) || isLinearMipmapFilter(mode); in isMipmapFilter() 84 inline bool isNearestFilter(const Sampler::FilterMode mode) in isNearestFilter() argument 86 …return mode == Sampler::NEAREST || mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::NEA… in isNearestFilter() 89 inline bool isLinearFilter(const Sampler::FilterMode mode) in isLinearFilter() argument 91 …return mode == Sampler::LINEAR || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode == Sampler::LINEA… in isLinearFilter() [all …]
|
/external/capstone/suite/fuzz/ |
D | drivermc.c | 18 char mode[MAX_LINE_SIZE]; in main() local 36 if (sscanf(line, "# %[^,], %[^,]", arch, mode) != 2) { in main() 40 if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_32") == 0) { in main() 42 } else if (strcmp(arch, "CS_ARCH_X86") == 0 && strcmp(mode, "CS_MODE_64") == 0) { in main() 44 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM") == 0) { in main() 46 } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB") == 0) { in main() 48 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_ARM+CS_MODE_V8") == 0) { in main() 50 … } else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_V8") == 0) { in main() 52 …} else if (strcmp(arch, "CS_ARCH_ARM") == 0 && strcmp(mode, "CS_MODE_THUMB+CS_MODE_MCLASS") == 0) { in main() 54 } else if (strcmp(arch, "CS_ARCH_ARM64") == 0 && strcmp(mode, "0") == 0) { in main() [all …]
|
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/read/ |
D | ParserScopeMatchingTest.java | 17 for (int mode : ALL_MODES) { in testUnclosedArray() 18 _testUnclosedArray(mode); in testUnclosedArray() 22 public void _testUnclosedArray(int mode) throws Exception in _testUnclosedArray() argument 24 JsonParser p = createParser(mode, "[ 1, 2 "); in _testUnclosedArray() 32 fail("Expected an exception for unclosed ARRAY (mode: "+mode+")"); in _testUnclosedArray() 40 for (int mode : ALL_MODES) { in testUnclosedObject() 41 _testUnclosedObject(mode); in testUnclosedObject() 45 private void _testUnclosedObject(int mode) throws Exception in _testUnclosedObject() argument 47 JsonParser p = createParser(mode, "{ \"key\" : 3 "); in _testUnclosedObject() 54 fail("Expected an exception for unclosed OBJECT (mode: "+mode+")"); in _testUnclosedObject() [all …]
|
/external/python/cpython3/Lib/ |
D | tty.py | 20 mode = tcgetattr(fd) 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON) 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST) 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB) 24 mode[CFLAG] = mode[CFLAG] | CS8 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG) 26 mode[CC][VMIN] = 1 27 mode[CC][VTIME] = 0 28 tcsetattr(fd, when, mode) 32 mode = tcgetattr(fd) [all …]
|
D | stat.py | 21 def S_IMODE(mode): argument 25 return mode & 0o7777 27 def S_IFMT(mode): argument 31 return mode & 0o170000 50 def S_ISDIR(mode): argument 52 return S_IFMT(mode) == S_IFDIR 54 def S_ISCHR(mode): argument 56 return S_IFMT(mode) == S_IFCHR 58 def S_ISBLK(mode): argument 60 return S_IFMT(mode) == S_IFBLK [all …]
|
/external/python/cpython2/Lib/ |
D | tty.py | 20 mode = tcgetattr(fd) 21 mode[IFLAG] = mode[IFLAG] & ~(BRKINT | ICRNL | INPCK | ISTRIP | IXON) 22 mode[OFLAG] = mode[OFLAG] & ~(OPOST) 23 mode[CFLAG] = mode[CFLAG] & ~(CSIZE | PARENB) 24 mode[CFLAG] = mode[CFLAG] | CS8 25 mode[LFLAG] = mode[LFLAG] & ~(ECHO | ICANON | IEXTEN | ISIG) 26 mode[CC][VMIN] = 1 27 mode[CC][VTIME] = 0 28 tcsetattr(fd, when, mode) 32 mode = tcgetattr(fd) [all …]
|
D | stat.py | 21 def S_IMODE(mode): argument 22 return mode & 07777 24 def S_IFMT(mode): argument 25 return mode & 0170000 40 def S_ISDIR(mode): argument 41 return S_IFMT(mode) == S_IFDIR 43 def S_ISCHR(mode): argument 44 return S_IFMT(mode) == S_IFCHR 46 def S_ISBLK(mode): argument 47 return S_IFMT(mode) == S_IFBLK [all …]
|
/external/arm-trusted-firmware/drivers/renesas/common/iic_dvfs/ |
D | iic_dvfs.c | 97 IIC_DVFS_FUNC(check_error, enum dvfs_state_t *state, uint32_t *err, uint8_t mode) in IIC_DVFS_FUNC() argument 103 stop = mode == DVFS_READ_MODE ? IIC_DVFS_SET_ICCR_STOP_READ : in IIC_DVFS_FUNC() 194 uint8_t mode; in IIC_DVFS_FUNC() local 196 mode = mmio_read_8(IIC_DVFS_REG_ICCR) | IIC_DVFS_BIT_ICCR_ENABLE; in IIC_DVFS_FUNC() 197 mmio_write_8(IIC_DVFS_REG_ICCR, mode); in IIC_DVFS_FUNC() 227 mode = mmio_read_8(IIC_DVFS_REG_ICIC) in IIC_DVFS_FUNC() 231 mmio_write_8(IIC_DVFS_REG_ICIC, mode); in IIC_DVFS_FUNC() 241 uint8_t mode; in IIC_DVFS_FUNC() local 250 mode = mmio_read_8(IIC_DVFS_REG_ICSR) & IIC_DVFS_BIT_ICSR_DTE; in IIC_DVFS_FUNC() 251 if (mode != IIC_DVFS_BIT_ICSR_DTE) { in IIC_DVFS_FUNC() [all …]
|
/external/deqp-deps/amber/src/ |
D | type.h | 38 static bool IsSignedInt(FormatMode mode) { in IsSignedInt() argument 39 return mode == FormatMode::kSInt || mode == FormatMode::kSNorm || in IsSignedInt() 40 mode == FormatMode::kSScaled; in IsSignedInt() 43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt() argument 44 return mode == FormatMode::kUInt || mode == FormatMode::kUNorm || in IsUnsignedInt() 45 mode == FormatMode::kUScaled || mode == FormatMode::kSRGB; in IsUnsignedInt() 48 static bool IsInt(FormatMode mode) { in IsInt() argument 49 return IsSignedInt(mode) || IsUnsignedInt(mode); in IsInt() 52 static bool IsFloat(FormatMode mode) { in IsFloat() argument 53 return mode == FormatMode::kSFloat || mode == FormatMode::kUFloat; in IsFloat() [all …]
|
/external/tensorflow/tensorflow/python/grappler/ |
D | auto_mixed_precision_test.py | 276 def _count_casts(mode, nodes): argument 288 if mode == 'cuda': 292 assert mode == 'mkl' 350 def _lower_precision_dtype(self, mode): argument 351 return dtypes.float16 if mode == 'cuda' else dtypes.bfloat16 353 def _assert_output_f16(self, mode, node_map, node_name, output_port=0): argument 355 self._lower_precision_dtype(mode).as_datatype_enum) 357 def _run(self, mode, fetches): argument 363 with session.Session(config=_get_config(mode)) as sess: 370 def _maybe_skip(self, mode): argument [all …]
|
/external/eigen/bench/btl/data/ |
D | go_mean | 10 mode=large 12 mode=$2 34 source mk_mean_script.sh axpy $1 11 2500 100000 250000 $mode $prefix 35 source mk_mean_script.sh axpby $1 11 2500 100000 250000 $mode $prefix 36 source mk_mean_script.sh matrix_vector $1 11 50 300 1000 $mode $prefix 37 source mk_mean_script.sh atv $1 11 50 300 1000 $mode $prefix 38 source mk_mean_script.sh matrix_matrix $1 11 100 300 1000 $mode $prefix 39 source mk_mean_script.sh aat $1 11 100 300 1000 $mode $prefix 41 source mk_mean_script.sh trmm $1 11 100 300 1000 $mode $prefix 42 source mk_mean_script.sh trisolve_vector $1 11 100 300 1000 $mode $prefix [all …]
|
/external/ltp/testcases/kernel/syscalls/open/ |
D | open11.c | 67 mode_t mode; member 75 .mode = 0644, 82 .mode = 0644, 89 .mode = 0644, 96 .mode = 0644, 103 .mode = 0644, 111 .mode = 0755, 118 .mode = 0755, 125 .mode = 0644, 133 .mode = 0644, [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | attr-mode.c | 18 typedef int i16_1 __attribute((mode(HI))); 23 typedef float f64 __attribute((mode(DF))); 26 typedef int invalid_1 __attribute((mode)); // expected-error{{'mode' attribute takes one argument}} 27 typedef int invalid_2 __attribute((mode())); // expected-error{{'mode' attribute takes one argument… 28 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}} 29 typedef struct {int i,j,k;} invalid_4 __attribute((mode(SI))); // expected-error{{mode attribute on… 30 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not m… 31 typedef int invalid_6 __attribute__((mode(12))); // expected-error{{'mode' attribute requires an i… 33 typedef unsigned unwind_word __attribute((mode(unwind_word))); 35 int **__attribute((mode(QI)))* i32; // expected-error{{mode attribute}} [all …]
|
/external/OpenCL-CTS/test_conformance/ |
D | opencl_conformance_tests_full_binary.csv | 13 Basic,basic/test_basic --compilation-mode binary --compilation-cache-path . 14 API,api/test_api --compilation-mode binary --compilation-cache-path . 15 Compiler,compiler/test_compiler --compilation-mode binary --compilation-cache-path . 20 Common Functions,commonfns/test_commonfns --compilation-mode binary --compilation-cache-path . 21 Geometric Functions,geometrics/test_geometrics --compilation-mode binary --compilation-cache-path . 22 Relationals,relationals/test_relationals --compilation-mode binary --compilation-cache-path . 27 Thread Dimensions,thread_dimensions/test_thread_dimensions full* --compilation-mode binary --compil… 28 Multiple Device/Context,multiple_device_context/test_multiples --compilation-mode binary --compilat… 29 Atomics,atomics/test_atomics --compilation-mode binary --compilation-cache-path . 30 Profiling,profiling/test_profiling --compilation-mode binary --compilation-cache-path . [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | op_classes.c | 20 static enum chan_allowed allow_channel(struct hostapd_hw_modes *mode, in allow_channel() argument 27 for (i = 0; i < mode->num_channels; i++) { in allow_channel() 30 chan_is_6ghz = mode->channels[i].freq >= 5935 && in allow_channel() 31 mode->channels[i].freq <= 7115; in allow_channel() 32 if (is_6ghz == chan_is_6ghz && mode->channels[i].chan == chan) in allow_channel() 36 if (i == mode->num_channels || in allow_channel() 37 (mode->channels[i].flag & HOSTAPD_CHAN_DISABLED)) in allow_channel() 41 *flags = mode->channels[i].flag; in allow_channel() 43 if (mode->channels[i].flag & HOSTAPD_CHAN_NO_IR) in allow_channel() 50 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz() argument [all …]
|