Searched refs:start (Results 1 - 25 of 1909) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/libreadline/examples/
H A Dmanexamp.c67 register int start, end; local
69 start = rl_point;
80 end = start + (count * direction);
88 if (start > end)
90 int temp = start;
91 start = end;
95 if (start == end)
100 rl_modifying (start, end);
102 for (; start != end; start
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.h13 void inflate_fast OF((z_streamp strm, unsigned start));
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.schrock.ksh46 self->start = vtimestamp;
50 /self->start/
52 trace(vtimestamp - self->start);
56 /self->start/
58 trace(vtimestamp - self->start);
62 /self->start/
64 self->start = 0;
69 /self->start/
71 trace(vtimestamp - self->start);
75 /self->start/
[all...]
/freebsd-10-stable/usr.bin/m4/lib/
H A Dohash_create_entry.c28 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) argument
33 *end = start + strlen(start);
34 p = (i->alloc)(i->key_offset + (*end - start) + 1, i->data);
36 memcpy(p+i->key_offset, start, *end-start);
37 p[i->key_offset + (*end - start)] = '\0';
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dclear_cache.c24 void __clear_cache(void* start, void* end) argument
34 sys_icache_invalidate(start, end-start);
/freebsd-10-stable/contrib/texinfo/lib/
H A Dsubstring.c23 substring (const char *start, const char *end) argument
25 char *result = xmalloc (end - start + 1);
27 const char *scan = start;
/freebsd-10-stable/contrib/zlib/
H A Dinffast.h11 void ZLIB_INTERNAL inflate_fast OF((z_streamp strm, unsigned start));
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d42 total = timestamp - start;
47 start = timestamp;
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_utils.c79 int start, end; local
90 start = 0;
92 start *= 10;
93 start += *vp - '0';
97 end = start;
112 if (start < 0 || end >= limit || start > end)
114 while (start <= end)
115 test_set[idx++] = start++;
117 for (start
[all...]
/freebsd-10-stable/contrib/ncurses/ncurses/base/
H A Dlib_erase.c52 NCURSES_CH_T *sp, *end, *start; local
59 start = win->_line[y].text;
60 end = &start[win->_maxx];
68 if (isWidecExt(start[0])) {
71 if (isWidecBase(start[-1])) {
72 --start;
75 --start;
80 for (sp = start; sp <= end; sp++)
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Drenormalize.d43 start = timestamp;
53 normalize(@func, (timestamp - start) / 1000000000);
/freebsd-10-stable/contrib/byacc/test/
H A Derr_syntax14.y6 %start text
7 %start text2
/freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c74 print_service_class_id_list(uint8_t const *start, uint8_t const *end) argument
78 if (end - start < 2) {
80 "Too short, len=%zd\n", end - start);
84 SDP_GET8(type, start);
87 SDP_GET8(len, start);
91 SDP_GET16(len, start);
95 SDP_GET32(len, start);
105 if (len > (end - start)) {
111 while (start < end) {
112 SDP_GET8(type, start);
163 print_protocol_descriptor(uint8_t const *start, uint8_t const *end) argument
322 print_protocol_descriptor_list(uint8_t const *start, uint8_t const *end) argument
408 print_bluetooth_profile_descriptor_list(uint8_t const *start, uint8_t const *end) argument
[all...]
/freebsd-10-stable/lib/libc/i386/sys/
H A Di386_get_ldt.c37 i386_get_ldt(int start, union descriptor *descs, int num) argument
41 p.start = start;
H A Di386_set_ioperm.c33 i386_set_ioperm(unsigned int start, unsigned int length, int enable) argument
37 p.start = start;
H A Di386_set_ldt.c37 i386_set_ldt(int start, union descriptor *descs, int num) argument
41 p.start = start;
/freebsd-10-stable/lib/libsdp/
H A Dutil.c281 sdp_print(uint32_t level, uint8_t const *start, uint8_t const *end) argument
297 if (start == NULL || end == NULL)
300 while (start < end) {
304 SDP_GET8(type, start);
312 SDP_GET8(value.uint8, start);
316 SDP_GET16(value.uint16, start);
320 SDP_GET32(value.uint32, start);
324 SDP_GET64(value.uint64, start);
330 SDP_GET128(&value.int128, start);
339 SDP_GET_UUID128(&value.int128, start);
[all...]
/freebsd-10-stable/contrib/libreadline/
H A Dundo.c72 alloc_undo_entry (what, start, end, text)
74 int start, end;
81 temp->start = start;
92 rl_add_undo (what, start, end, text)
94 int start, end;
99 temp = alloc_undo_entry (what, start, end, text);
131 new = alloc_undo_entry (entry->what, entry->start, entry->end, (char *)NULL);
167 int waiting_for_begin, start, end; local
171 start
[all...]
/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
H A Dmsg.def48 start alerting 0x01
71 start call_proc 0x02
96 start connect 0x07
124 start connect_ack 0x0f !pnni
144 start release 0x4d
163 start release_compl 0x5a
187 start setup 0x05
232 start status 0x7d
249 start status_enq 0x75
263 start notif
[all...]
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Bin/
H A Diofile.d53 /* save time at start */
54 io:::wait-start
56 self->start = timestamp;
61 /self->start/
66 * the need to link process details to the start event.
68 this->elapsed = timestamp - self->start;
70 self->start = 0;
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Disk/
H A Diofile.d53 /* save time at start */
54 io:::wait-start
56 self->start = timestamp;
61 /self->start/
66 * the need to link process details to the start event.
68 this->elapsed = timestamp - self->start;
70 self->start = 0;
/freebsd-10-stable/contrib/ntp/libjsmn/example/
H A Dsimple.c15 if (tok->type == JSMN_STRING && (int) strlen(s) == tok->end - tok->start &&
16 strncmp(json + tok->start, s, tok->end - tok->start) == 0) {
45 printf("- User: %.*s\n", t[i+1].end-t[i+1].start,
46 JSON_STRING + t[i+1].start);
50 printf("- Admin: %.*s\n", t[i+1].end-t[i+1].start,
51 JSON_STRING + t[i+1].start);
55 printf("- UID: %.*s\n", t[i+1].end-t[i+1].start,
56 JSON_STRING + t[i+1].start);
66 printf(" * %.*s\n", g->end - g->start, JSON_STRIN
[all...]
/freebsd-10-stable/games/primes/
H A Dprimes.c55 * primes [-h] [start [stop]]
57 * Print primes >= start and < stop. If stop is omitted,
58 * the value 4294967295 (2^32-1) is assumed. If start is
59 * omitted, start is read from standard input.
96 ubig start; /* where to start generating */ local
113 start = 0;
129 start = strtoul(argv[0], &p, 0);
148 start = strtoul(argv[0], &p, 0);
155 start
202 primes(ubig start, ubig stop) argument
[all...]
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dmkstemp.c52 int start, i; local
55 start = strlen(template) - 1;
56 while(template[start] == 'X') {
57 template[start] = '0' + val % 10;
59 start--;
67 i = start + 1;
/freebsd-10-stable/crypto/heimdal/lib/wind/
H A Derrorlist.c46 if (ea->start >= eb->start && ea->start < eb->start + eb->len)
48 return ea->start - eb->start;

Completed in 106 milliseconds

1234567891011>>