Searched refs:tbl (Results 1 - 25 of 32) sorted by relevance

12

/haiku-fatelf/src/system/boot/arch/m68k/
H A Dmmu_040.cpp157 addr_t tbl; local
163 tbl += SIZ_DIRTBL;
165 tbl = mmu_get_next_page_tables();
166 pr[i] = DT_ROOT | TA_TO_PREA(tbl);
167 pd = (page_directory_entry *)tbl;
195 addr_t tbl; local
212 tbl = mmu_get_next_page_tables();
213 if (!tbl)
218 apr->addr = TA_TO_PREA(tbl);
220 //TRACE(("inserting tbl
[all...]
H A Dmmu_030.cpp111 addr_t tbl; local
117 tbl += SIZ_DIRTBL;
119 tbl = mmu_get_next_page_tables();
120 pr[i].addr = TA_TO_PREA(tbl);
122 pd = (page_directory_entry *)tbl;
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); local
157 if (!tbl)
158 return tbl;
164 uint32 *p = (uint32 *)tbl;
168 return tbl;
/haiku-fatelf/src/bin/sharutils/po/
H A DMakefile54 SOURCES = cat-id-tbl.c
95 all: cat-id-tbl.c $(CATALOGS)
108 cat-id-tbl.c: stamp-cat-id
110 rm -f cat-id-tbl.tmp.c
112 | sed -e "s/@PACKAGE NAME@/$(PACKAGE)/" > cat-id-tbl.tmp.c
113 if cmp -s cat-id-tbl.tmp.c $(srcdir)/cat-id-tbl.c; then \
114 rm cat-id-tbl.tmp.c; \
116 echo cat-id-tbl.c changed; \
117 rm -f $(srcdir)/cat-id-tbl
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp485 addr_t tbl; local
497 tbl = get_free_page(args) * B_PAGE_SIZE;
498 if (!tbl)
500 TRACE("040::MapEarly: asked for free page for pgdir. 0x%lx\n", tbl);
502 memset((void *)tbl, 0, B_PAGE_SIZE);
505 PutPageDirInPageRoot(&pr[aindex + i], tbl, attributes);
506 //TRACE("inserting tbl @ %p as %08x pr[%d] %08x\n", tbl, TA_TO_PREA(tbl), aindex + i, *(uint32 *)apr);
509 pd = (page_directory_entry *)tbl;
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dkeydef.c68 static struct map *regist_map(KanjiMode tbl, unsigned char *keybuff, unsigned char *actbuff, int depth);
71 static void freeMultiSequence(unsigned char key, KanjiMode tbl);
83 KanjiMode tbl; member in struct:map
139 unsigned char *tbl; local
151 tbl = defaultkeytables[i] = ModeTbl[i]->keytbl;
152 if (tbl == default_kmap) {
155 else if (tbl == alpha_kmap) {
158 else if (tbl == empty_kmap) {
625 regist_map(KanjiMode tbl, unsigned char *keybuff, unsigned char *actbuff, int depth) argument
635 createHashKey((unsigned char *)tbl, keybuf
717 mapFromHash(KanjiMode tbl, unsigned char key, struct map ***ppp) argument
835 freeMultiSequence(unsigned char key, KanjiMode tbl) argument
[all...]
H A Ddefaultmap.c36 struct funccfunc *tbl,
41 for (p = tbl ; p->funcid || p->cfunc ; p++) {
35 getfunc(struct funccfunc *tbl, unsigned char f) argument
H A Dlisp.c802 int *tbl; member in struct:__anon1324
824 seqTbls[i].tbl = (int *)0;
848 seqTbls[nseqtbl].tbl = (int *)calloc(nseq, sizeof(int));
849 if ( !seqTbls[nseqtbl].tbl ) {
858 if (seqTbls[line].tbl == 0) { /* ���������������������������� */
859 seqTbls[line].tbl = (int *)calloc(nseq, sizeof(int));
860 if ( !seqTbls[line].tbl ) {
864 nextline = seqTbls[line].tbl[charToNum(*s)];
869 line = seqTbls[line].tbl[charToNum(*s)] = nseqtbl++;
880 seqTbl[i].tbl
[all...]
H A Djrbind.c236 KanjiMode tbl; member in struct:map
H A Dmulti.c46 KanjiMode tbl; member in struct:map
/haiku-fatelf/src/libs/ncurses/test/
H A Dhashtest.c134 static const char *const tbl[] = local
151 for (n = 0; n < SIZEOF(tbl); n++)
152 fprintf(stderr, "%s\n", tbl[n]);
H A Ddemo_forms.c392 static const char *tbl[] = local
403 for (j = 0; j < SIZEOF(tbl); ++j)
404 fprintf(stderr, "%s\n", tbl[j]);
H A Dinserts.c353 static const char *tbl[] = local
363 for (n = 0; n < SIZEOF(tbl); ++n)
364 fprintf(stderr, "%s\n", tbl[n]);
H A Dins_wide.c444 static const char *tbl[] = local
454 for (n = 0; n < SIZEOF(tbl); ++n)
455 fprintf(stderr, "%s\n", tbl[n]);
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp580 // we want the table at rindex, not at rindex%(tbl/page)
623 // we want the table at rindex, not at rindex%(tbl/page)
676 // we want the table at rindex, not at rindex%(tbl/page)
692 // we want the table at rindex, not at rindex%(tbl/page)
803 // we want the table at rindex, not at rindex%(tbl/page)
819 // we want the table at rindex, not at rindex%(tbl/page)
898 // we want the table at rindex, not at rindex%(tbl/page)
914 // we want the table at rindex, not at rindex%(tbl/page)
970 // we want the table at rindex, not at rindex%(tbl/page)
986 // we want the table at rindex, not at rindex%(tbl/pag
1451 addr_t tbl; local
[all...]
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); local
157 if (!tbl)
158 return tbl;
164 uint32 *p = (uint32 *)tbl;
168 return tbl;
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp157 addr_t tbl = get_next_physical_page(); local
158 if (!tbl)
159 return tbl;
165 uint32 *p = (uint32 *)tbl;
169 return tbl;
/haiku-fatelf/src/bin/network/wget/src/
H A Dutils.c2135 static const char tbl[64] = {
2151 *p++ = tbl[s[0] >> 2];
2152 *p++ = tbl[((s[0] & 3) << 4) + (s[1] >> 4)];
2153 *p++ = tbl[((s[1] & 0xf) << 2) + (s[2] >> 6)];
2154 *p++ = tbl[s[2] & 0x3f];
2161 *p++ = tbl[s[0] >> 2];
2162 *p++ = tbl[(s[0] & 3) << 4];
2167 *p++ = tbl[s[0] >> 2];
2168 *p++ = tbl[((s[0] & 3) << 4) + (s[1] >> 4)];
2169 *p++ = tbl[((
2121 static const char tbl[64] = { local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwiphy.c753 const uint16_t *tbl; local
809 tbl = bwi_phy_noise_scale_11g_rev2;
812 tbl = bwi_phy_noise_scale_11g_rev7;
815 tbl = bwi_phy_noise_scale_11g;
819 bwi_tbl_write_2(mac, BWI_PHYTBL_NOISE_SCALE + i, tbl[i]);
825 tbl = bwi_phy_sigma_sq_11g_rev2;
828 tbl = bwi_phy_sigma_sq_11g_rev7;
831 tbl = NULL;
835 bwi_tbl_write_2(mac, BWI_PHYTBL_SIGMA_SQ + i, tbl[i]);
/haiku-fatelf/src/libs/ncurses/
H A Ddist.mk58 # MANPROG = tbl | nroff -man
65 MANPROG = tbl | nroff -mandoc -rLL=65n -rLT=71n -Tascii
H A Dedit_man.sh87 tbl $TMP >$TMP.out
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c1078 static const char *tbl[] = local
1096 for (n = 0; n < sizeof(tbl) / sizeof(tbl[0]); ++n)
1097 fprintf(stderr, "%s\n", tbl[n]);
H A Dinfocmp.c982 static const char *tbl[] = local
1025 const size_t last = SIZEOF(tbl);
1032 fprintf(stderr, "%-40.40s%s\n", tbl[n], tbl[m]);
1034 fprintf(stderr, "%s\n", tbl[n]);
H A Dtic.c113 static const char *const tbl[] = local
151 for (j = 0; j < SIZEOF(tbl); j++) {
152 fputs(tbl[j], stderr);
/haiku-fatelf/src/tools/rman/
H A Drman.c3236 /* tbl line descriptions */
3237 char *tbl[20][20]; /* space enough for twenty description lines, twenty parts each */
4108 tbl[tblc][i] = mystrdup(p);
4109 tbl[tblc][i+1] = ""; /* mark end */
4114 tbl[tblc++][i]=""; /* mark end */
4125 insertat=0; for (j=0; *tbl[tbli][j]; j++) if (*tbl[tbli][j]!='s') insertat++;
4134 for (i=0; *tbl[tbli][i] && *p; i++) {
4136 tblcellformat = tbl[tbli][i];
4147 while (strncmp(tbl[tbl
3222 char *tbl[20][20]; /* space enough for twenty description lines, twenty parts each */ variable
[all...]

Completed in 199 milliseconds

12