OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CAST
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/bsd/file/dist/src/
is_csv.c
47
#define
CAST
(a, b) ((a)(b))
144
const unsigned char *uc =
CAST
(const unsigned char *, b->fbuf);
197
if ((p =
CAST
(unsigned char *, malloc(st.st_size))) == NULL)
is_simh.c
53
#define
CAST
(a, b) (a)(b)
81
#define NEED_SWAP (simh_bo.u ==
CAST
(uint32_t, 0x01020304))
128
while (ue - uc >=
CAST
(ptrdiff_t, sizeof(nbytes))) {
145
if (ue - uc <
CAST
(ptrdiff_t, sizeof(nbytes)))
154
if (nt * sizeof(uint32_t) ==
CAST
(size_t, uc - orig_uc))
165
const unsigned char *uc =
CAST
(const unsigned char *, b->fbuf);
214
if ((p =
CAST
(char *, malloc(st.st_size))) == NULL)
der.c
48
#define
CAST
(a, b) ((a)(b))
68
#define DER_BAD
CAST
(uint32_t, -1)
227
return
CAST
(uint32_t, len);
245
const uint8_t *d =
CAST
(const uint8_t *, q);
301
ms->c.li[m->cont_level - 1].off =
CAST
(int, offs + tlen);
305
return
CAST
(int32_t, offs);
356
if (!isdigit(
CAST
(unsigned char, *s))) {
364
while (isdigit(
CAST
(unsigned char, *++s)));
file.h
175
CAST
(time_t, sizeof(time_t) > 4 ? 0x3afff487cfULL : 0x7fffffffULL)
177
#define FILE_BADSIZE
CAST
(size_t, ~0ul)
450
#define
CAST
(T, b) static_cast<T>(b)
454
#define
CAST
(T, b) ((T)(b))
/src/external/mit/libuv/dist/src/unix/
linux-inotify.c
47
#define
CAST
(p) ((struct watcher_root*)(p))
110
CAST
(&old_watchers), tmp_watcher_list_iter) {
154
return RB_FIND(watcher_root,
CAST
(&loop->inotify_watchers), &w);
161
RB_REMOVE(watcher_root,
CAST
(&loop->inotify_watchers), w);
292
RB_INSERT(watcher_root,
CAST
(&handle->loop->inotify_watchers), w);
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h
402
P1ND *
cast
(P1ND *p, TWORD t, TWORD q);
635
#define
CAST
(MAXOP+14)
/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
pass1.h
372
NODE *
cast
(NODE *p, TWORD t, TWORD q);
582
#define
CAST
(MAXOP+14)
Completed in 20 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026