Searched refs:TRY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dgen-lbrkprop.c1072 #define TRY(bit) else if (strcmp (field1, #bit + 4) == 0) value = bit; macro
1074 TRY(LBP_BK)
1075 TRY(LBP_CM)
1076 TRY(LBP_ZW)
1077 TRY(LBP_IN)
1078 TRY(LBP_GL)
1079 TRY(LBP_CB)
1080 TRY(LBP_SP)
1081 TRY(LBP_BA)
1082 TRY(LBP_B
1100 #undef TRY macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dentry.S1054 * We use the two macros TRY and CATCH:
1056 * TRY adds an entry to the __ex_table fixup table for the immediately
1059 * CATCH catches any exception that occurred at one of the preceeding TRY
1062 * Usage TRY l32i a0, a1, 0
1069 #define TRY \ define
1094 TRY l32i a0, a3, 0 # read old value label
1096 TRY s32i a5, a3, 0 # different, modify value label
1111 TRY l32i a7, a3, 0 # orig label
1114 TRY s32i a0, a3, 0 # write new value label

Completed in 117 milliseconds