OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exp_p
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
cache.c
516
char *p = NULL, *
exp_p
= NULL;
local
608
ret = _krb5_expand_path_tokens(context, p, filepath, &
exp_p
);
610
p =
exp_p
;
/src/external/gpl3/binutils/dist/gas/config/
tc-arm.c
5223
expressionS *
exp_p
= in_exp ? in_exp : &exp;
local
5226
my_get_expression (
exp_p
, &ptr, GE_OPT_PREFIX_BIG);
5228
if (
exp_p
->X_op == O_constant)
5230
inst.operands[i].imm =
exp_p
->X_add_number & 0xffffffff;
5234
if ((
exp_p
->X_add_number & ~(offsetT)(0xffffffffU)) != 0)
5236
/* X >> 32 is illegal if sizeof (
exp_p
->X_add_number) == 4. */
5237
inst.operands[i].reg = (((
exp_p
->X_add_number >> 16) >> 16)
5242
else if (
exp_p
->X_op == O_big
5243
&& LITTLENUM_NUMBER_OF_BITS *
exp_p
->X_add_number > 32)
5256
if (LITTLENUM_NUMBER_OF_BITS *
exp_p
->X_add_number > 64
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c
5222
expressionS *
exp_p
= in_exp ? in_exp : &exp;
local
5225
my_get_expression (
exp_p
, &ptr, GE_OPT_PREFIX_BIG);
5227
if (
exp_p
->X_op == O_constant)
5229
inst.operands[i].imm =
exp_p
->X_add_number & 0xffffffff;
5233
if ((
exp_p
->X_add_number & ~(offsetT)(0xffffffffU)) != 0)
5235
/* X >> 32 is illegal if sizeof (
exp_p
->X_add_number) == 4. */
5236
inst.operands[i].reg = (((
exp_p
->X_add_number >> 16) >> 16)
5241
else if (
exp_p
->X_op == O_big
5242
&& LITTLENUM_NUMBER_OF_BITS *
exp_p
->X_add_number > 32)
5255
if (LITTLENUM_NUMBER_OF_BITS *
exp_p
->X_add_number > 64
[
all
...]
Completed in 42 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026