/external/python/cpython2/Modules/ |
D | termios.c | 72 struct termios mode; in termios_tcgetattr() local 73 PyObject *cc; in termios_tcgetattr() local 149 struct termios mode; in termios_tcsetattr() local 151 PyObject *term, *cc, *v; in termios_tcsetattr() local
|
/external/python/cpython3/Modules/ |
D | termios.c | 71 struct termios mode; in termios_tcgetattr() local 72 PyObject *cc; in termios_tcgetattr() local 148 struct termios mode; in termios_tcsetattr() local 150 PyObject *term, *cc, *v; in termios_tcsetattr() local
|
/external/libcups/cups/ |
D | usersys.c | 583 DWORD mode; /* Console mode */ in _cupsGetPassword() local 880 _cups_client_conf_t cc; /* client.conf values */ in _cupsSetDefaults() local 1033 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_finalize_client_conf() 1159 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_init_client_conf() 1210 _cups_client_conf_t *cc) /* I - client.conf values */ in cups_read_client_conf() 1283 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_encryption() 1304 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_gss_service_name() 1318 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_server_name() 1332 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_ssl_options() 1391 _cups_client_conf_t *cc, /* I - client.conf values */ in cups_set_user()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | open_flags.c | 194 char *cc; in parse_open_flags() local 239 char *openflags2symbols(int openflags, char *sep, int mode) in openflags2symbols()
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 120 GLenum mode = GL_FILL; in TAG() local 136 GLfloat cc = ex*fy - ey*fx; in TAG() local 346 GLenum mode = GL_FILL; in TAG() local 361 GLfloat cc = ex*fy - ey*fx; in TAG() local
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 41 GLenum mode = GL_FILL; in TAG() local 57 GLfloat cc = ex*fy - ey*fx; in TAG() local
|
/external/toybox/toys/posix/ |
D | sed.c | 501 int cc = -1; in sed_line() local 522 int cc = 0, ll; in sed_line() local 668 char *to, *from, mode = 0, d; in unescape_delimited_string() local 897 char *cc; in parse_pattern() local
|
/external/v8/src/regexp/ |
D | regexp-macro-assembler.h | 22 RegExpCharacterClass cc; member 178 inline void set_global_mode(GlobalMode mode) { global_mode_ = mode; } in set_global_mode()
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 531 fxt1_quantize_CHROMA (GLuint *cc, in fxt1_quantize_CHROMA() 572 fxt1_quantize_ALPHA0 (GLuint *cc, in fxt1_quantize_ALPHA0() 625 fxt1_quantize_ALPHA1 (GLuint *cc, in fxt1_quantize_ALPHA1() 782 fxt1_quantize_HI (GLuint *cc, in fxt1_quantize_HI() 858 fxt1_quantize_MIXED1 (GLuint *cc, in fxt1_quantize_MIXED1() 996 fxt1_quantize_MIXED0 (GLuint *cc, in fxt1_quantize_MIXED0() 1165 fxt1_quantize (GLuint *cc, const GLubyte *lines[], GLint comps) in fxt1_quantize() 1371 #define CC_SEL(cc, which) (((GLuint *)(cc))[(which) / 32] >> ((which) & 31)) argument 1380 const GLuint *cc; in fxt1_decode_1HI() local 1415 const GLuint *cc; in fxt1_decode_1CHROMA() local [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 245 PCRE2_SPTR cc; member 418 int mode; member 572 #define PRIVATE_DATA(cc) (common->private_data_ptrs[(cc) - common->start]) argument 621 static PCRE2_SPTR bracketend(PCRE2_SPTR cc) in bracketend() 630 static int no_alternatives(PCRE2_SPTR cc) in no_alternatives() 656 static PCRE2_SPTR next_opcode(compiler_common *common, PCRE2_SPTR cc) in next_opcode() 855 static BOOL check_opcode_types(compiler_common *common, PCRE2_SPTR cc, PCRE2_SPTR ccend) in check_opcode_types() 984 static BOOL is_accelerated_repeat(PCRE2_SPTR cc) in is_accelerated_repeat() 1051 PCRE2_SPTR cc = common->start; in detect_fast_forward_skip() local 1100 static SLJIT_INLINE void detect_fast_fail(compiler_common *common, PCRE2_SPTR cc, int *private_data… in detect_fast_fail() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 805 private void staticTest (Normalizer.Mode mode, in staticTest() 850 private void decomposeTest(Normalizer.Mode mode, in decomposeTest() 929 private void composeTest(Normalizer.Mode mode, in composeTest() 1585 Normalizer.Mode mode; in TestConcatenate() local 1622 destination, 3, 17, mode, 0); in TestConcatenate() local 1632 destination, 3, 16, mode, 0); in TestConcatenate() local 2166 int/*unsigned*/ cc, trailCC, foldCC, foldTrailCC; in countFoldFCDExceptions() local 2501 int cc = UCharacter.getCombiningClass(i); in TestGetCombiningClass() local 2557 public Normalizer.Mode mode; field in BasicTest.TestCompositionCase 2560 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) { in TestCompositionCase() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 808 private void staticTest (Normalizer.Mode mode, in staticTest() 853 private void decomposeTest(Normalizer.Mode mode, in decomposeTest() 932 private void composeTest(Normalizer.Mode mode, in composeTest() 1588 Normalizer.Mode mode; in TestConcatenate() local 1625 destination, 3, 17, mode, 0); in TestConcatenate() local 1635 destination, 3, 16, mode, 0); in TestConcatenate() local 2169 int/*unsigned*/ cc, trailCC, foldCC, foldTrailCC; in countFoldFCDExceptions() local 2504 int cc = UCharacter.getCombiningClass(i); in TestGetCombiningClass() local 2560 public Normalizer.Mode mode; field in BasicTest.TestCompositionCase 2563 TestCompositionCase(Normalizer.Mode mode, int options, String input, String expect) { in TestCompositionCase() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tstnorm.cpp | 532 void BasicNormalizerTest::staticTest(UNormalizationMode mode, int options, in staticTest() 634 UNormalizationMode mode, in TestPreviousNext() 831 UNormalizationMode mode; in TestConcatenate() local 1245 uint8_t cc, trailCC, foldCC, foldTrailCC; in countFoldFCDExceptions() local 1552 uint8_t cc=fn2.getCombiningClass(c); in TestFilteredNormalizer2Coverage() local
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 151 BuildUtil::mkInterp(unsigned mode, Value *dst, int32_t offset, Value *rel) in mkInterp() 223 BuildUtil::mkCmp(operation op, CondCode cc, DataType dstTy, Value *dst, in mkCmp() 310 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred) in mkFlow()
|
D | nv50_ir_emit_nv50.cpp | 205 void CodeEmitterNV50::emitCondCode(CondCode cc, DataType ty, int pos) in emitCondCode() 361 uint8_t mode = 0; in setSrcFileBits() local 1197 int mode; in emitIMAD() local
|
D | nv50_ir_emit_gm107.cpp | 94 void emitCond5(int pos, CondCode cc) { emitCond4(pos, cc); } in emitCond5() 1484 CondCode cc = insn->setCond; in emitFCMP() local 1922 CondCode cc = insn->setCond; in emitICMP() local 2302 int mode = 0; in emitLDSTc() local
|
/external/libpcap/ |
D | pcap-npf.c | 301 pcap_setmode_npf(pcap_t *p, int mode) in pcap_setmode_npf() 502 int cc; in pcap_read_npf() local 672 int cc; in pcap_read_win32_dag() local
|
/external/mksh/src/ |
D | shf.c | 51 shf_open(const char *name, int oflags, int mode, int sflags) in shf_open() 613 unsigned char cc = (unsigned char)c; in shf_putchar() local
|
/external/pdfium/third_party/libtiff/ |
D | tif_fax3.c | 52 int mode; /* operating mode */ member 1080 Fax3Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in Fax3Encode() 1482 Fax4Encode(TIFF* tif, uint8* bp, tmsize_t cc, uint16 s) in Fax4Encode() 1557 int mode = sp->b.mode; in Fax3DecodeRLE() local
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 786 int cc; in _call_function_pointer() local 1426 int mode = RTLD_NOW | RTLD_LOCAL; in py_dl_open() local 1429 int mode = RTLD_NOW; in py_dl_open() local 1691 char *coding, *mode, *errors, *encoding=NULL; in set_conversion_mode() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | TestUtilities.java | 57 public static State cc = c; field in TestUtilities.State 414 …public void handleAttributeDecl(String eName, String aName, String type, String mode, String value… in handleAttributeDecl()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 774 int cc; in _call_function_pointer() local 1346 int mode = RTLD_NOW | RTLD_LOCAL; in py_dl_open() local 1349 int mode = RTLD_NOW; in py_dl_open() local
|
/external/v8/src/x64/ |
D | assembler-x64.cc | 207 byte mode = modrm & 0xC0; in OperandBuilder() local 371 bool ConstPool::TryRecordEntry(intptr_t data, RelocInfo::Mode mode) { in TryRecordEntry() 1183 void Assembler::cmovq(Condition cc, Register dst, Register src) { in cmovq() 1200 void Assembler::cmovq(Condition cc, Register dst, Operand src) { in cmovq() 1216 void Assembler::cmovl(Condition cc, Register dst, Register src) { in cmovl() 1231 void Assembler::cmovl(Condition cc, Register dst, Operand src) { in cmovl() 1455 void Assembler::j(Condition cc, Label* L, Label::Distance distance) { in j() 1531 void Assembler::j(Condition cc, Address entry, RelocInfo::Mode rmode) { in j() 1541 void Assembler::j(Condition cc, in j() 1652 void Assembler::load_rax(Address value, RelocInfo::Mode mode) { in load_rax() [all …]
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 35 uint32_t get_fcsr_condition_bit(uint32_t cc) { in get_fcsr_condition_bit() 1138 void Simulator::set_fcsr_bit(uint32_t cc, bool value) { in set_fcsr_bit() 1147 bool Simulator::test_fcsr_bit(uint32_t cc) { in test_fcsr_bit() 1152 void Simulator::set_fcsr_rounding_mode(FPURoundingMode mode) { in set_fcsr_rounding_mode() 1156 void Simulator::set_msacsr_rounding_mode(FPURoundingMode mode) { in set_msacsr_rounding_mode() 2667 uint32_t cc, fcsr_cc; in DecodeTypeRegisterDRsType() local 3164 uint32_t cc, fcsr_cc; in DecodeTypeRegisterSRsType() local 4065 uint32_t cc = instr_.FBccValue(); in DecodeTypeRegisterSPECIAL() local 6378 uint32_t cc = instr_.FBccValue(); in DecodeTypeImmediate() local
|
/external/openssh/ |
D | packet.c | 577 u_int mode; in ssh_packet_close() local 938 ssh_set_newkeys(struct ssh *ssh, int mode) in ssh_set_newkeys() 1098 int r, mode; in ssh_packet_enable_delayed_compress() local 2510 newkeys_to_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_to_blob() 2513 struct sshcipher_ctx *cc; in newkeys_to_blob() local 2615 newkeys_from_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_from_blob()
|