Searched defs:lhs (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A DPstack.c254 uintptr_t lhs = *((const uintptr_t *)lhp); local
257 if (lhs < rhs)
259 if (lhs > rhs)
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c139 shadow_hash_strcmp(const void *lhs, const void *rhs) argument
141 return (strcmp(lhs, rhs));
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_hash.c143 ipmi_hash_strcmp(const void *lhs, const void *rhs) argument
145 return (strcmp(lhs, rhs));
155 ipmi_hash_ptrcmp(const void *lhs, const void *rhs) argument
157 const uintptr_t *l = lhs, *r = rhs;
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlempar.c437 YYCODETYPE lhs; /* Symbol on the left-hand side of the rule */ member in struct:__anon2655
479 yygoto = yyRuleInfo[yyruleno].lhs;
H A Dlemon.c151 struct symbol *lhs; /* Left-hand side of the rule */ member in struct:rule
625 if( rp->lhs->lambda ) continue;
630 rp->lhs->lambda = B_TRUE;
641 s1 = rp->lhs;
679 symbol instead.",lemp->start,lemp->rule->lhs->name);
681 sp = lemp->rule->lhs;
684 sp = lemp->rule->lhs;
920 if( sp==0 ) sp = lemp->rule->lhs;
922 sp = lemp->rule->lhs;
1887 struct symbol *lhs; /* Lef member in struct:pstate
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c825 const dt_ident_t *lhs = *((const dt_ident_t **)lp); local
828 if (lhs->di_id != rhs->di_id)
829 return ((int)(lhs->di_id - rhs->di_id));
831 return (strcmp(lhs->di_name, rhs->di_name));
H A Ddt_module.c138 Elf32_Sym *lhs = *((Elf32_Sym **)lp); local
141 if (lhs->st_value != rhs->st_value)
142 return (lhs->st_value > rhs->st_value ? 1 : -1);
144 if ((lhs->st_size == 0) != (rhs->st_size == 0))
145 return (lhs->st_size == 0 ? 1 : -1);
147 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) !=
149 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1);
151 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) !=
153 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1);
155 return (strcmp(dt_module_strtab + lhs
167 Elf64_Sym *lhs = *((Elf64_Sym **)lp); local
[all...]
H A Ddt_aggregate.c82 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) argument
84 int64_t lvar = *lhs;
113 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) argument
115 int64_t lavg = lhs[0] ? (lhs[1] / lhs[0]) : 0;
128 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) argument
130 uint64_t lsd = dt_stddev((uint64_t *)lhs, 1);
195 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) argument
197 long double lsum = dt_aggregate_lquantizedsum(lhs);
226 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) argument
741 dt_aggregate_hashcmp(const void *lhs, const void *rhs) argument
758 dt_aggregate_varcmp(const void *lhs, const void *rhs) argument
777 dt_aggregate_keycmp(const void *lhs, const void *rhs) argument
888 dt_aggregate_valcmp(const void *lhs, const void *rhs) argument
961 dt_aggregate_valkeycmp(const void *lhs, const void *rhs) argument
977 dt_aggregate_keyvarcmp(const void *lhs, const void *rhs) argument
988 dt_aggregate_varkeycmp(const void *lhs, const void *rhs) argument
999 dt_aggregate_valvarcmp(const void *lhs, const void *rhs) argument
1010 dt_aggregate_varvalcmp(const void *lhs, const void *rhs) argument
1021 dt_aggregate_keyvarrevcmp(const void *lhs, const void *rhs) argument
1027 dt_aggregate_varkeyrevcmp(const void *lhs, const void *rhs) argument
1033 dt_aggregate_valvarrevcmp(const void *lhs, const void *rhs) argument
1039 dt_aggregate_varvalrevcmp(const void *lhs, const void *rhs) argument
1045 dt_aggregate_bundlecmp(const void *lhs, const void *rhs) argument
[all...]
H A Ddt_printf.c1166 dt_printa_validate(dt_node_t *lhs, dt_node_t *rhs) argument
1174 assert(lhs->dn_kind == DT_NODE_AGG);
1177 lid = lhs->dn_ident;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.h466 * { lhs
492 __nis_mapping_rlhs_t lhs; member in struct:__anon1969
H A Dnis_parse_ldap_map.c50 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
52 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
54 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
56 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
1046 * colattrspec = lhs "=" rhs
1047 * lhs = lval | namespeclist
1056 s = get_lhs(s, end_s, &next->lhs,
1073 if (next->lhs.numElements > 1 &&
1139 __nis_mapping_rlhs_t *lhs,
1149 * lhs ca
1137 get_lhs(const char *s, const char *end_s, __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type) argument
1239 get_lhs_match( const char *s, const char *end_s, __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type) argument
1364 get_lhs_paren_item( const char *s, const char *end_s, __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type) argument
[all...]
H A Dnis_parse_ldap_util.c165 r = &rule->lhs;
737 __nis_mapping_rlhs_t *lhs; local
924 lhs = &t->ruleFromLDAP[i]->lhs;
925 for (j = 0; j < lhs->numElements; j++) {
926 e = &lhs->element[j];
1608 r_in = &in->lhs;
1609 r_out = &out->lhs;
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c59 const char *lhs; member in struct:fm_dc_handle::fm_dc_prop
104 char *rhsp; /* rhs associated with last lhs (or NULL) */
272 (propp->lhs = strdup(lhsp)) == NULL ||
277 if (propp->lhs != NULL)
278 free((void *) propp->lhs);
336 if (props->lhs != NULL)
337 free((void *) props->lhs);
577 if (strcmp(name, props->lhs) == 0)
956 * lhs is a simple string that does not contain any whitespace or an
962 * gets called, we continue looking for the next lhs *afte
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c144 ucs2_t lhs; member in struct:__anon1038
1137 _ure_make_expr(ucs2_t type, ucs2_t lhs, ucs2_t rhs, _ure_buffer_t *b) argument
1148 if (b->expr[i].type == type && b->expr[i].lhs == lhs &&
1170 b->expr[b->expr_used].lhs = lhs;
1410 _ure_add_symstate(b->expr[state].lhs, ns1, b);
1419 s1 = b->expr[state].lhs;
1424 s1 = b->expr[state].lhs;
1429 s1 = b->expr[state].lhs;
[all...]

Completed in 82 milliseconds