HomeSort by: relevance | last modified time | path
    Searched refs:uc (Results 1 - 25 of 476) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/binutils/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
strcasecmp.c 35 typedef unsigned char uc; typedef
37 (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007',
38 (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017'
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
ucs4-utf8.h 22 /* Return the length (number of units) of the UTF-8 representation of uc,
26 u8_uctomb_aux (unsigned char *s, unsigned int uc, int n)
30 if (uc < 0x80)
32 else if (uc < 0x800)
34 else if (uc < 0x10000)
37 else if (uc < 0x200000)
39 else if (uc < 0x4000000)
41 else if (uc <= 0x7fffffff)
44 else if (uc < 0x110000)
56 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
ucs4-utf8.h 22 /* Return the length (number of units) of the UTF-8 representation of uc,
26 u8_uctomb_aux (unsigned char *s, unsigned int uc, int n)
30 if (uc < 0x80)
32 else if (uc < 0x800)
34 else if (uc < 0x10000)
37 else if (uc < 0x200000)
39 else if (uc < 0x4000000)
41 else if (uc <= 0x7fffffff)
44 else if (uc < 0x110000)
56 case 6: s[5] = 0x80 | (uc & 0x3f); uc = uc >> 6; uc |= 0x4000000
    [all...]
  /src/tests/usr.bin/xlint/lint1/
platform_int.c 16 convert_unsigned_char_to_size(unsigned char uc)
19 * In this function call, uc is first promoted to INT. It is then
25 to_size(uc);
platform_long.c 16 convert_unsigned_char_to_size(unsigned char uc)
19 * In this function call, uc is first promoted to INT. It is then
29 to_size(uc);
  /src/external/bsd/file/dist/src/
is_json.c 84 json_isspace(const unsigned char uc)
86 switch (uc) {
98 json_isdigit(unsigned char uc)
100 switch (uc) {
110 json_isxdigit(unsigned char uc)
112 if (json_isdigit(uc))
114 switch (uc) {
124 json_skip_space(const unsigned char *uc, const unsigned char *ue)
126 while (uc < ue && json_isspace(*uc))
136 const unsigned char *uc = *ucp; local
189 const unsigned char *uc = *ucp; local
226 const unsigned char *uc = *ucp; local
283 const unsigned char *uc = *ucp; local
335 const unsigned char *uc = *ucp; local
355 const unsigned char *uc, *ouc; local
430 const unsigned char *uc = CAST(const unsigned char *, b->fbuf); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 18 int (*sanitize)(struct intel_uc *uc);
19 void (*init_fw)(struct intel_uc *uc);
20 void (*fini_fw)(struct intel_uc *uc);
21 void (*init)(struct intel_uc *uc);
22 void (*fini)(struct intel_uc *uc);
23 int (*init_hw)(struct intel_uc *uc);
24 void (*fini_hw)(struct intel_uc *uc);
36 void intel_uc_init_early(struct intel_uc *uc);
37 void intel_uc_driver_late_release(struct intel_uc *uc);
38 void intel_uc_init_mmio(struct intel_uc *uc);
    [all...]
intel_uc.c 25 static int __intel_uc_reset_hw(struct intel_uc *uc)
27 struct intel_gt *gt = uc_to_gt(uc);
49 static void __confirm_options(struct intel_uc *uc)
51 struct drm_i915_private *i915 = uc_to_gt(uc)->i915;
56 yesno(intel_uc_uses_guc(uc)),
57 yesno(intel_uc_uses_guc_submission(uc)),
58 yesno(intel_uc_uses_huc(uc)));
64 GEM_BUG_ON(intel_uc_uses_guc(uc));
65 GEM_BUG_ON(intel_uc_uses_guc_submission(uc));
66 GEM_BUG_ON(intel_uc_uses_huc(uc));
    [all...]
  /src/lib/libpthread/
pthread_makelwp_netbsd.c 52 ucontext_t uc; local
59 memset(&uc, 0, sizeof(uc));
60 _INITCONTEXT_U(&uc);
61 uc.uc_stack.ss_sp = stack_base;
62 uc.uc_stack.ss_size = stack_size;
63 uc.uc_stack.ss_flags = 0;
64 uc.uc_link = NULL;
66 _lwp_makecontext(&uc, start_routine, arg, priv, stack_base, stack_size);
67 return _lwp_create(&uc, flag, newlid)
    [all...]
  /src/lib/libc/arch/hppa/gen/
__longjmp14.c 51 ucontext_t uc; local
66 uc.uc_mcontext.__gregs[3] = regs[3];
67 uc.uc_mcontext.__gregs[4] = regs[4];
68 uc.uc_mcontext.__gregs[5] = regs[5];
69 uc.uc_mcontext.__gregs[6] = regs[6];
70 uc.uc_mcontext.__gregs[7] = regs[7];
71 uc.uc_mcontext.__gregs[8] = regs[8];
72 uc.uc_mcontext.__gregs[9] = regs[9];
73 uc.uc_mcontext.__gregs[10] = regs[10];
74 uc.uc_mcontext.__gregs[11] = regs[11]
    [all...]
  /src/lib/libc/arch/alpha/gen/
__longjmp14.c 49 ucontext_t uc; local
60 uc.uc_flags = _UC_SIGMASK | _UC_CPU;
63 uc.uc_link = 0;
66 uc.uc_mcontext.__gregs[_REG_V0] = val;
69 uc.uc_mcontext.__gregs[_REG_S0] = sc->sc_regs[R_S0];
70 uc.uc_mcontext.__gregs[_REG_S1] = sc->sc_regs[R_S1];
71 uc.uc_mcontext.__gregs[_REG_S2] = sc->sc_regs[R_S2];
72 uc.uc_mcontext.__gregs[_REG_S3] = sc->sc_regs[R_S3];
73 uc.uc_mcontext.__gregs[_REG_S4] = sc->sc_regs[R_S4];
74 uc.uc_mcontext.__gregs[_REG_S5] = sc->sc_regs[R_S5]
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kdc/
windc.c 68 struct generate_uc *uc = (struct generate_uc *)userctx; local
72 return ft->pac_generate((void *)plug, context, uc->client, uc->pac);
81 struct generate_uc uc; local
86 uc.client = client;
87 uc.pac = pac;
90 KRB5_WINDC_PLUGIN_MINOR, 0, &uc, generate);
108 struct verify_uc *uc = (struct verify_uc *)userctx; local
114 uc->client_principal,
115 uc->delegated_proxy_principal
133 struct verify_uc uc; local
165 struct check_uc *uc = (struct check_uc *)userctx; local
185 struct check_uc uc; local
    [all...]
  /src/sys/arch/sh3/include/
mcontext.h 91 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
92 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_R14])
93 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
94 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0])
96 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc
    [all...]
  /src/sys/arch/vax/include/
mcontext.h 72 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.__gregs[_REG_SP])
73 #define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_FP])
74 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.__gregs[_REG_PC])
75 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0])
77 #define _UC_MACHINE_SET_PC(uc, pc) _UC_MACHINE_PC(uc) = (pc
    [all...]
  /src/lib/libc/arch/sparc64/gen/
longjmp.c 69 ucontext_t uc; local
75 memset(&uc, 0, sizeof(uc));
91 uc.uc_flags = _UC_CPU | _UC_SIGMASK;
92 uc.uc_flags |= (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
95 uc.uc_sigmask = sc->sc_mask;
98 uc.uc_mcontext.__gregs[_REG_CCR] = sc->sc_tstate;
99 uc.uc_mcontext.__gregs[_REG_PC] = sc->sc_pc;
100 uc.uc_mcontext.__gregs[_REG_nPC] = sc->sc_pc+4;
101 uc.uc_mcontext.__gregs[_REG_G1] = sc->sc_g1
    [all...]
  /src/sys/arch/ia64/include/
mcontext.h 114 #define _UC_MACHINE_SP(uc) ((uc)->uc_mcontext.mc_special.sp) /* gregs[12] */
115 #define _UC_MACHINE_FP(uc) 0 /* Not supported in target */
116 #define _UC_MACHINE_PC(uc) ((uc)->uc_mcontext.mc_special.iip)
117 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.mc_scratch.gr8) /* gregs[8] */
118 #define _UC_MACHINE_SET_PC(uc, pc) (uc)->uc_mcontext.mc_special.iip = (pc)
  /src/sys/stand/efiboot/
userconf.c 46 struct userconf_command *uc; local
48 TAILQ_FOREACH(uc, &userconf_commands, entries) {
49 fn(uc->uc_text);
56 struct userconf_command *uc; local
67 uc = alloc(sizeof(*uc));
68 if (uc == NULL) {
79 uc->uc_text = text;
80 TAILQ_INSERT_TAIL(&userconf_commands, uc, entries);
  /src/lib/libc/arch/vax/gen/
__longjmp14.c 53 ucontext_t uc; local
64 uc.uc_flags = _UC_SIGMASK | _UC_CPU;
67 uc.uc_link = 0;
70 uc.uc_mcontext.__gregs[_REG_R0] = val;
73 uc.uc_mcontext.__gregs[_REG_AP] = jb->jb_sc.sc_ap;
74 uc.uc_mcontext.__gregs[_REG_SP] = jb->jb_sc.sc_sp;
75 uc.uc_mcontext.__gregs[_REG_FP] = jb->jb_sc.sc_fp;
76 uc.uc_mcontext.__gregs[_REG_PC] = jb->jb_sc.sc_pc;
77 uc.uc_mcontext.__gregs[_REG_PSL] = jb->jb_sc.sc_ps;
79 uc.uc_mcontext.__gregs[_REG_R6] = jb->jb_regs[0]
    [all...]
  /src/lib/libc/arch/mips/gen/
longjmp.c 49 ucontext_t uc; local
73 uc.uc_flags = _UC_CPU | _UC_SIGMASK;
74 uc.uc_flags |= (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
77 uc.uc_link = 0;
80 uc.uc_sigmask = sc->sc_mask;
83 uc.uc_mcontext.__gregs[_REG_V0] = val;
86 uc.uc_mcontext.__gregs[_REG_S0] = sc->sc_regs[_R_S0];
87 uc.uc_mcontext.__gregs[_REG_S1] = sc->sc_regs[_R_S1];
88 uc.uc_mcontext.__gregs[_REG_S2] = sc->sc_regs[_R_S2];
89 uc.uc_mcontext.__gregs[_REG_S3] = sc->sc_regs[_R_S3]
    [all...]
  /src/lib/libc/arch/sparc/gen/
longjmp.c 67 ucontext_t uc; local
74 memset(&uc, 0, sizeof(uc));
90 uc.uc_flags = _UC_CPU | _UC_SIGMASK;
91 uc.uc_flags |= (sc->sc_onstack ? _UC_SETSTACK : _UC_CLRSTACK);
94 uc.uc_sigmask = sc->sc_mask;
97 uc.uc_mcontext.__gregs[_REG_PSR] = sc->sc_psr;
98 uc.uc_mcontext.__gregs[_REG_PC] = sc->sc_pc;
99 uc.uc_mcontext.__gregs[_REG_nPC] = sc->sc_pc+4;
100 uc.uc_mcontext.__gregs[_REG_O6] = sc->sc_sp
    [all...]

Completed in 23 milliseconds

1 2 3 4 5 6 7 8 91011>>