Searched defs:cells (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dvm.c2664 ficlVmDictionarySimpleCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) argument
2667 if ((cells >= 0) &&
2669 (int)sizeof (ficlCell) < cells)) {
2673 if ((cells <= 0) &&
2675 (int)sizeof (ficlCell) < -cells)) {
2681 FICL_IGNORE(cells);
2686 ficlVmDictionaryCheck(ficlVm *vm, ficlDictionary *dictionary, int cells) argument
2689 ficlVmDictionarySimpleCheck(vm, dictionary, cells);
2701 FICL_IGNORE(cells);
2714 ficlVmDictionaryAllotCells(ficlVm *vm, ficlDictionary *dictionary, int cells) argument
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h125 FNPROTO(cells); variable
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c502 addr_cellsp = (uint32_t *)fdt_getprop(fdtp, root, "#address-cells",
504 size_cellsp = (uint32_t *)fdt_getprop(fdtp, root, "#size-cells", NULL);
510 (!addr_cellsp) ? "#address-cells" : "",
511 (!size_cellsp) ? "#size-cells" : "");
536 /* Ensure endianess, and put cells into a buffer */
586 /* Ensure endianess, and put cells into a buffer */
1053 /* Number of cells */
1236 uint32_t cells[100]; local
1262 /* Data cells */
1263 len = fdt_strtovect(buf, (void *)&cells, 10
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c1523 cells(fcode_env_t *env) function
1525 CHECK_DEPTH(env, 1, "cells");
2578 ANSI(0x069, 0, "cells", cells);

Completed in 73 milliseconds