Searched refs:nB (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_lockf.c | 2227 int nB __unused; in graph_add_edge() 2293 nB = graph_delta_backward(g, x, y, &deltaB); in graph_add_edge() 2328 for (i = 0; i < nB + nF; i++) in graph_add_edge()
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1001 int nB, in tclSqlCollate() argument 1010 Tcl_ListObjAppendElement(p->interp, pCmd, Tcl_NewStringObj(zB, nB)); in tclSqlCollate()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.h | 12371 int nB, /* Number of bytes in buffer pB */
|
| H A D | shell.c | 13673 static int zipfileComparePath(const char *zA, const char *zB, int nB){ in zipfileComparePath() argument 13676 if( nB>0 && zB[nB-1]=='/' ) nB--; in zipfileComparePath() 13677 if( nA==nB && memcmp(zA, zB, nA)==0 ) return 0; in zipfileComparePath()
|
| H A D | sqlite3.c | 12692 int nB, /* Number of bytes in buffer pB */
|