HomeSort by relevance Sort by last modified time
    Searched refs:cell_t (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 134 } cell_t; typedef in typeref:struct:__anon28621
144 cell_t *c = (cell_t *) arg;
192 cell_t *c = (cell_t *) pthread_getspecific(_c);
201 void waitsigend(cell_t * c)
210 void control(cell_t * c, char *loc)
237 cell_t *c = (cell_t *) arg;
285 cell_t *c = (cell_t *) arg
    [all...]
  /external/dtc/
checks.c 192 if (prop->val.len != sizeof(cell_t))
400 static cell_t check_phandle_prop(struct check *c, struct dt_info *dti,
406 cell_t phandle;
412 if (prop->val.len != sizeof(cell_t)) {
452 cell_t phandle, linux_phandle;
526 cell_t phandle;
529 assert(m->offset + sizeof(cell_t) <= prop->val.len);
634 entrylen = (addr_cells + size_cells) * sizeof(cell_t);
662 entrylen = (p_addr_cells + c_addr_cells + c_size_cells) * sizeof(cell_t);
691 cell_t *cells
    [all...]
dtc.h 66 typedef uint32_t cell_t; typedef
115 struct data data_append_cell(struct data d, cell_t word);
165 cell_t phandle;
219 cell_t propval_cell(struct property *prop);
227 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
229 cell_t get_node_phandle(struct node *root, struct node *node);
treesource.c 219 if ((m->offset % sizeof(cell_t)) != 0)
227 } else if (((len % sizeof(cell_t)) == 0) && (nnotcelllbl == 0)) {
flattree.c 51 void (*cell)(void *, cell_t);
60 static void bin_emit_cell(void *e, cell_t val)
138 static void asm_emit_cell(void *e, cell_t val)
268 emit->align(etarget, sizeof(cell_t));
286 emit->align(etarget, sizeof(cell_t));
298 emit->align(etarget, sizeof(cell_t));
706 * Each entry is a pair of u64 (addr, size) values for 4 cell_t's.
livetree.c 415 cell_t propval_cell(struct property *prop)
417 assert(prop->val.len == sizeof(cell_t));
533 struct node *get_node_by_phandle(struct node *tree, cell_t phandle)
564 cell_t get_node_phandle(struct node *root, struct node *node)
566 static cell_t phandle = 1; /* FIXME: ick, static local */
data.c 210 struct data data_append_cell(struct data d, cell_t word)

Completed in 114 milliseconds