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

1 2 3 4 5 6 7 8 91011>>

  /src/common/dist/zlib/contrib/puff/
puff.h 17 2. Altered source versions must be plainly marked as such, and must not be
19 3. This notice may not be removed or altered from any source distribution.
34 const unsigned char *source, /* pointer to source data pointer */
pufftest.c 93 unsigned char *source = NULL, *dest; local
117 source = load(name, &len);
118 if (source == NULL) {
125 free(source);
130 free(source);
137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
153 free(source);
156 puff(dest, &destlen, source + skip, &sourcelen);
163 free(source);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c 58 static int i8xx_pipe_crc_ctl_reg(enum intel_pipe_crc_source *source,
61 if (*source == INTEL_PIPE_CRC_SOURCE_AUTO)
62 *source = INTEL_PIPE_CRC_SOURCE_PIPE;
64 switch (*source) {
80 enum intel_pipe_crc_source *source)
88 *source = INTEL_PIPE_CRC_SOURCE_PIPE;
102 *source = INTEL_PIPE_CRC_SOURCE_TV;
109 *source = INTEL_PIPE_CRC_SOURCE_DP_B;
112 *source = INTEL_PIPE_CRC_SOURCE_DP_C;
115 *source = INTEL_PIPE_CRC_SOURCE_DP_D
586 enum intel_pipe_crc_source source; local
607 enum intel_pipe_crc_source source; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.h 44 static inline bool amdgpu_dm_is_valid_crc_source(enum amdgpu_dm_pipe_crc_source source)
46 return (source > AMDGPU_DM_PIPE_CRC_SOURCE_NONE) &&
47 (source < AMDGPU_DM_PIPE_CRC_SOURCE_MAX);
54 enum amdgpu_dm_pipe_crc_source source);
amdgpu_dm_crc.c 47 static enum amdgpu_dm_pipe_crc_source dm_parse_crc_source(const char *source)
49 if (!source || !strcmp(source, "none"))
51 if (!strcmp(source, "auto") || !strcmp(source, "crtc"))
53 if (!strcmp(source, "dprx"))
55 if (!strcmp(source, "crtc dither"))
57 if (!strcmp(source, "dprx dither"))
93 enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name); local
95 if (source < 0)
149 enum amdgpu_dm_pipe_crc_source source = dm_parse_crc_source(src_name); local
    [all...]
  /src/lib/libperfuse/
perfuse.h 6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
42 #define mount(source, mnt, type, flags, optbuf) \
43 perfuse_mount(source, mnt, type, flags, optbuf)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
irq_service_interface.h 41 enum dc_irq_source source,
46 enum dc_irq_source source);
  /src/usr.bin/dc/
bcode.h 65 struct source;
68 int (*readchar)(struct source *);
69 void (*unreadchar)(struct source *);
70 char *(*readline)(struct source *);
71 void (*free)(struct source *);
74 struct source { struct
87 void reset_bmachine(struct source *);
extern.h 24 void src_setstream(struct source *, FILE *);
25 void src_setstring(struct source *, char *);
26 struct number *readnumber(struct source *, u_int);
28 char *read_string(struct source *);
inout.c 33 static int src_getcharstream(struct source *);
34 static void src_ungetcharstream(struct source *);
35 static char *src_getlinestream(struct source *);
36 static void src_freestream(struct source *);
37 static int src_getcharstring(struct source *);
38 static void src_ungetcharstring(struct source *);
39 static char *src_getlinestring(struct source *);
40 static void src_freestring(struct source *);
61 src_setstream(struct source *src, FILE *stream)
68 src_setstring(struct source *src, char *p
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/irq/
amdgpu_irq_service.c 86 enum dc_irq_source source)
88 if (source >= DAL_IRQ_SOURCES_NUMBER || source < DC_IRQ_SOURCE_INVALID)
91 return &irq_service->info[source];
109 enum dc_irq_source source,
113 find_irq_source_info(irq_service, source);
118 source);
122 dal_irq_service_ack(irq_service, source);
146 enum dc_irq_source source)
149 find_irq_source_info(irq_service, source);
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
48 source : 9, member in struct:ins_format1
58 source : 9,
66 source : 9, member in struct:ins_format2
76 source : 9,
84 source : 9, member in struct:ins_format3
92 source : 9,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_types.h 43 #define dmub_memcpy(dest, source, bytes) memcpy((dest), (source), (bytes))
  /src/sys/arch/riscv/fdt/
intc_fdt.c 10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
139 intc_intr_establish(struct intc_fdt_softc *sc, u_int source, u_int ipl,
142 if (source > IRQ_NSOURCES)
146 struct intc_irq *irq = sc->sc_irq[source];
154 irq->intr_source = source;
156 sc->sc_irq[source] = irq;
158 evcnt_attach_dynamic(&sc->sc_evs[source], EVCNT_TYPE_INTR, NULL,
159 device_xname(sc->sc_dev), intc_sources[source]);
206 * 1st (and only) cell is the interrupt source, e.g
212 const u_int source = be32toh(specifier[0]); local
236 const u_int source = be32toh(specifier[0]); local
273 int source = ffs(pending) - 1; local
    [all...]
  /src/bin/ln/
ln.c 7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
157 case 1: /* ln source */
159 case 2: /* ln source target */
230 linkit(const char *source, const char *target, int isdir)
240 /* If source doesn't exist, quit now. */
241 if ((Pflag ? lstat : stat)(source, &sb)) {
242 warn("%s", source);
248 warn("%s", source);
255 * append the source's name
    [all...]
  /src/common/dist/zlib/
compress.c 14 Compresses the source buffer into the destination buffer. The level
16 length of the source buffer. Upon entry, destLen is the total size of the
24 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source,
43 stream.next_in = __UNCONST(source);
65 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source,
67 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
uncompr.c 14 Decompresses the source buffer into the destination buffer. *sourceLen is
15 the byte length of the source buffer. Upon entry, *destLen is the total size
21 of source bytes consumed. Upon return, source + *sourceLen points to the
29 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source,
47 stream.next_in = __UNCONST(source);
84 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
86 return uncompress2(dest, destLen, source, &sourceLen);
  /src/lib/libcompat/regexp/
regsub.c 42 __compat_regsub(prog, source, dest)
44 const char *source;
53 if (prog == NULL || source == NULL || dest == NULL) {
63 src = (char *)source;
  /src/sys/compat/sys/
rnd.h 11 * Redistribution and use in source and binary forms, with or without
14 * 1. Redistributions of source code must retain the above copyright
57 /* Sanitized random source view for userspace. */
63 uint32_t total; /* entropy from this source */
75 uint32_t total; /* entropy from this source */
97 rndsource50_t source[RND_MAXSTATCOUNT50]; member in struct:__anon2426
104 rndsource50_32_t source[RND_MAXSTATCOUNT50]; member in struct:__anon2427
109 * return information on a specific source by name
113 rndsource50_t source; member in struct:__anon2428
119 rndsource50_32_t source; member in struct:__anon2429
    [all...]
  /src/sbin/mount_puffs/
mount_puffs.c 6 * Redistribution and use in source and binary forms, with or without
9 * 1. Redistributions of source code must retain the above copyright
56 fprintf(stderr, "usage: %s [-o options] program[#source] mountpoint\n", getprogname());
86 const char *source, const char *mountpoint)
93 * program [-o opts] [source] mountpoint */
100 if (source != NULL) {
101 argv[argc++] = source;
172 /* Split the program name and source. This is to allow
174 char *source = argv[0]; local
175 char *program = strsep(&source, "#");
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_debugfs_crc.c 51 * it reached a given hardware component (a CRC sampling "source").
55 * Accepted values are source names (which are driver-specific) and the "auto"
56 * keyword, which will let the driver select a default source of frame CRCs
63 * of CRC fields is source-specific.
105 if (strcmp(sources[i], crtc->crc.source))
114 seq_printf(m, "%s*\n", crtc->crc.source);
131 char *source; local
144 source = memdup_user_nul(ubuf, len);
145 if (IS_ERR(source))
146 return PTR_ERR(source);
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/imx/
imx7d-sbc-imx7.dts 25 wakeup-source;
  /src/sys/compat/common/
rndpseudo_50.c 10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
90 rndsource_to_rndsource50(&rstbuf.source[count],
91 &rst50->source[count]);
110 rndsource_to_rndsource50(&rstnmbuf.source, &rstnm50->source);
  /src/sys/compat/netbsd32/
netbsd32_rndpseudo_50.c 10 * Redistribution and use in source and binary forms, with or without
13 * 1. Redistributions of source code must retain the above copyright
93 rndsource_to_rndsource50_32(&rstbuf.source[count],
94 &rst50_32->source[count]);
113 rndsource_to_rndsource50_32(&rstnmbuf.source,
114 &rstnm50_32->source);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
if0003.h 14 __u64 source[4][8]; member in struct:nvif_perfdom_v0::__anon5162

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>