HomeSort by: relevance | last modified time | path
    Searched defs:nbe (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dev/cyclic/
cyclic.c 897 cyc_backend_t *nbe = malloc(sizeof(cyc_backend_t), M_CYCLIC, M_ZERO | M_WAITOK); local
917 bcopy(&cyclic_backend, nbe, sizeof (cyc_backend_t));
918 if (nbe->cyb_configure != NULL)
919 nbe->cyb_arg = nbe->cyb_configure(c);
920 cpu->cyp_backend = nbe;
cyclic.c 897 cyc_backend_t *nbe = malloc(sizeof(cyc_backend_t), M_CYCLIC, M_ZERO | M_WAITOK); local
917 bcopy(&cyclic_backend, nbe, sizeof (cyc_backend_t));
918 if (nbe->cyb_configure != NULL)
919 nbe->cyb_arg = nbe->cyb_configure(c);
920 cpu->cyp_backend = nbe;
  /src/external/public-domain/sqlite/dist/
shell.c 4663 int nbe; local
4665 for( nbe=1; nbe<3; ++nbe ){
4667 if( nbe<nbIn ) qv |= *pIn++;
4669 for( nbe=3; nbe>=0; --nbe ){
4670 char ce = (nbe<nco)? BX_NUMERAL((u8)(qv & 0x3f)) : PAD_CHAR;
4672 pOut[nbe] = ce
5022 int nbe = 1; local
    [all...]
shell.c 4663 int nbe; local
4665 for( nbe=1; nbe<3; ++nbe ){
4667 if( nbe<nbIn ) qv |= *pIn++;
4669 for( nbe=3; nbe>=0; --nbe ){
4670 char ce = (nbe<nco)? BX_NUMERAL((u8)(qv & 0x3f)) : PAD_CHAR;
4672 pOut[nbe] = ce
5022 int nbe = 1; local
    [all...]

Completed in 64 milliseconds